Ecosyste.ms: Awesome

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

https://github.com/414owen/Befunge

A hella fast befunge interpreter
https://github.com/414owen/Befunge

befunge esolang interpreter

Last synced: about 2 months ago
JSON representation

A hella fast befunge interpreter

Lists

README

        

# Befunge

This is quite a fast interpreter for [Befunge-93](https://en.wikipedia.org/wiki/Befunge).

## Features

* 100% compliance with the Befunge-93 specifications
* Step-by-step befunge debugger

## Performance

See `benchmarks.txt`

## How to build:

### Production:

Run your befunge programs at max speed

```
make
```

### Step-By-Step

Print the program state at every command

```
make debug
```

![Debugger](http://owenowen.netsoc.ie/res/befunge/debug.png)

## How to run

```
./befunge
```

I've included a few great programs for you to try in the `programs` folder