This commit is contained in:
Miloslav Ciz 2023-07-05 15:15:51 +02:00
parent ba68a469d5
commit aa7684dc19
10 changed files with 53 additions and 10 deletions

View file

@ -27,4 +27,9 @@ We can divide language in many more ways, for example based on their **[paradigm
- [LIL](lil.md): very nice KISS & [suckless](suckless.md) interpreted language
- [Lua](lua.md)
- [Sigma calculus](sigma_calculus): yes or no? seems like yes
- [Brainfuck](brainfuck.md): However funny and meme this language may look, its simple design is actually pretty beautiful and interpreters are ultra extremely simple to make.
- [Brainfuck](brainfuck.md): However funny and meme this language may look, its simple design is actually pretty beautiful and interpreters are ultra extremely simple to make.
## See Also
- [esoteric programming language](esolang.md)
- [constructed language](conlang.md)