This commit is contained in:
Miloslav Ciz 2021-11-11 20:12:33 -06:00
parent 63fd9501aa
commit b9aee2a839
6 changed files with 33 additions and 6 deletions

View file

@ -20,6 +20,7 @@ We can divide language in many more ways, for example based on their paradigm ([
*THIS IS NOT A COMPREHENSIVE LIST, I can only include languages that I am familiar with, please add more* ~drummyfish
- [C](c.md): the one and only, the go-to language of the [suckless](suckless.md) community and of compiled languages in general, greatly [future-proof](future_proof.md), uncontested in performance and with nice oldschool [meme](meme.md)-free design, our beloved C
- [go](go.md): yes? TODO
- [Scheme](scheme.md): the minimal/elegant member of [lisp](lisp.md) family of [functional](functional.md) languages
- [Forth](forth.md): beautifully simple stack-based language
- [Lambda calculus](lambda_calculus.md): ultra extremely [minimal](minimalism.md) [mathematical](math.md) [functional](functional.md) language