Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bipinu/malbolge
Malbolge Interpreter
https://github.com/bipinu/malbolge
Last synced: 2 months ago
JSON representation
Malbolge Interpreter
- Host: GitHub
- URL: https://github.com/bipinu/malbolge
- Owner: bipinu
- Created: 2017-05-04T11:20:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T11:26:48.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:34:48.931Z (9 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - malbolge
README
# Malbolge
Malbolge Interpreter, create by Ben Olmstead in 1998.
This is the original Malbolge interpreter (copied from http://www.lscheffer.com/malbolge_interp.html)Excerpt from https://en.wikipedia.org/wiki/Malbolge:
`Malbolge is a public domain esoteric programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell in Dante's Inferno, the Malebolge.``Malbolge was specifically designed to be almost impossible to use, via a counter-intuitive 'crazy operation', base-three arithmetic, and self-altering code. It builds on the difficulty of earlier, challenging esoteric languages (such as Brainfuck and Befunge), but takes this aspect to the extreme, playing on the entangled histories of computer science and encryption. Despite this design, it is possible (though very difficult) to write useful Malbolge programs.`