summaryrefslogtreecommitdiff
path: root/content/projects/lc.md
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-12-06 19:26:30 +0100
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-12-06 19:26:30 +0100
commit4963ece88c49d806a96ea453fcde2ef4c8658eca (patch)
tree56d37423b2f8a2a7ef9cac0288925d97a558ddab /content/projects/lc.md
parent700fa8477da58bce18bf31285d7d3e3658ffc8cf (diff)
added lc
Diffstat (limited to 'content/projects/lc.md')
-rw-r--r--content/projects/lc.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/projects/lc.md b/content/projects/lc.md
new file mode 100644
index 0000000..f7198d8
--- /dev/null
+++ b/content/projects/lc.md
@@ -0,0 +1,12 @@
+<!-- title: lc -->
+
+## L
+**lc** is the compiler for the L programming language.
+
+#### Description
+While making my own kernel, I realized that I wanted to use something other than C, something like C but with some modern features. I then decided to make L: a **L**ow level programming language, resembling C, with features like **slices**, **generics** and **modules**.
+
+#### Sources
+lc is currently hosted on Sourcehut at [https://git.sr.ht/~lolzdev/lc](https://git.sr.ht/~lolzdev/lc)
+
+#### Related posts