Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandly/boof

it's really really good
https://github.com/brandly/boof

boof brainfuck interactive interpreter

Last synced: about 22 hours ago
JSON representation

it's really really good

Awesome Lists containing this project

README

        

# boof

[![Build Status](https://travis-ci.org/brandly/boof.svg?branch=master)](https://travis-ci.org/brandly/boof)

[boof](https://brandly.github.io/boof/) makes it easier to write [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) by giving you inline feedback about your code's behavior.

boof pic

### dev

```
$ npm install
$ npm start
# if you're me
$ npm run deploy
```