Malbolge
Malbolge is an esoteric programming language designed by Ben Olmstead in 1998. It is intended to be nearly impossible to program in, and has become one of the best-known examples of obfuscated programming languages. The name derives from Malebolge, the eighth circle of Hell in Dante's Inferno.
Technical overview: Malbolge operates on a memory of 59049 cells, a power of 3, and uses a
Program development: Because the language's rules scramble themselves during execution, writing even simple programs requires long,
Implementation and influence: Several interpreters exist in multiple programming languages, and Malbolge is documented on esoteric