From 4963ece88c49d806a96ea453fcde2ef4c8658eca Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sat, 6 Dec 2025 19:26:30 +0100 Subject: added lc --- content/projects/lc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/projects/lc.md (limited to 'content/projects/lc.md') 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 @@ + + +## 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 -- cgit v1.2.3