Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thimc/malbolge

malbolge interpreter written in go
https://github.com/thimc/malbolge

esolang golang interpreter malbolge

Last synced: 25 days ago
JSON representation

malbolge interpreter written in go

Awesome Lists containing this project

README

        

# malbolge

[Malbolge](https://en.wikipedia.org/wiki/Malbolge) interpreter
written in go. Malbolge is an esoteric programming language created
by Ben Olmstead in 1998 and is known for its extreme difficulty in
writing programs due to its intentionally confusing design.

This interpreter follows the official specification from 1998 with
the "famous bug" that stops execution if the current data is outside
the 33–126 ASCII range. Malbolge Unshackled features are not
supported.

## Instructions

go build -o malbolge .
./malbolge

_NOTE: If no arguments are passed then it will read off the standard
input and assume the data is valid malbolge code_

## License

MIT