Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 520 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 520 Bytes

Javascript Brainfuck Interpreter / Debugger

Brainfuck is an esoteric toy programming language which can be used to teach some software engineering principals, but is mostly used to produce very complex-looking programs that do very simple things.

This project is a web-based debugger for Brainfuck, created in 2002 when the world was young.

You can play with it online at http://www.iamcal.com/misc/bf_debug/