Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adityjhaa/brainfuck


https://github.com/adityjhaa/brainfuck

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# BrainFuck

**Brainfuck** has to be one of the strangest, most bizzare programming languages I’ve ever stumbled upon. It’s mind-blowing to think that a language with only eight operators `<>+-[],.` could actually be **Turing-complete**! Yet here it is, a minimalist masterpiece that can, with enough patience, produce just about any program you can dream up.

My interest in interpreters and compilers has only fueled my curiosity further, so I set myself a unconventional challenge: to write a Brainfuck interpreter in every programming language I’ve picked up over the years.