Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetsuo-cpp/bigbrain

A Brainfuck interpreter written in Common Lisp.
https://github.com/tetsuo-cpp/bigbrain

Last synced: 3 days ago
JSON representation

A Brainfuck interpreter written in Common Lisp.

Awesome Lists containing this project

README

        

# Bigbrain
A Brainfuck interpreter written in Common Lisp.
## Dependencies
* Roswell.
* ASDF.
## Setup
ASDF needs to be configured to see the Bigbrain system definition in order for the `bigbrain.ros` script to work. There are a number of ways of doing this but my chosen way is to place a symlink to the `bigbrain.asd` file under `~/common-lisp/`.
## Usage
The interpreter can be run as a script.
```
./bigbrain.ros
```
Or compiled into a binary.
```
ros build bigbrain.ros
./bigbrain
```