Brainfuck
Brainfuck is a general-purpose programming language. Made in Switzerland in 1993, still widely used today. Key features:
- Safety: Automatic memory management eliminates many common bugs
- Easy to learn: You can learn Brainfuck in one day
- Standardized: No ISO standard yet, but all implementations agree on supporting the same eight commands and their behaviour is consistent
- Made in Switzerland: 🇨🇭🇨🇭🇨🇭
- Portability: Write once, run anywhere
- Diverse ecosystem: There are multiple Brainfuck implementations, both compiled and interpreted, focusing on different goals. There are VS Code plugins too.
- Turing-completeness: Any computable function you'd like, we got you covered
- Industry standard: Brainfuck has been used by Google, Paradigms of Intelligence Team and the University of Chicago .
You can try out my Brainfuck compiler here (written in OCaml compiled to JS). Compiler generates ELF files for x86 Linux, so you need Linux and an x86 computer to run the programs.