summaryrefslogtreecommitdiff
path: root/content/projects/lc.md
blob: f7198d8b2d2e6fe1f0cd2f0152c4725ff6a9cc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
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