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

https://github.com/gboncoffee/webheadache

Brainfuck interpreter on the browser, written in CoffeeScript
https://github.com/gboncoffee/webheadache

brainfuck brainfuck-interpreter coffeescript computer-science interpreter javascript programming-language web

Last synced: 10 months ago
JSON representation

Brainfuck interpreter on the browser, written in CoffeeScript

Awesome Lists containing this project

README

          

# Brainfuck on the browser

[Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter for the
browser, written in CoffeeScript.

Before running, remember to compile the
[CoffeeScript](https://github.com/jashkenas/coffeescript) script to JavaScript
with `coffee -c headache.coffee`.

Also see my native Brainfuck interpreter written in C:
[headache](https://github.com/gboncoffee/headache)