Brainfuck

Brainfuck is a general-purpose programming language. Made in Switzerland in 1993, still widely used today. Key features:

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.