/exbf

A Brainfuck interpreter in Elixir

Primary LanguageElixirGNU General Public License v3.0GPL-3.0

A Brainfuck interpreter in Elixir

License Issues GitHub pull requests


Warning

This interpreter is pretty slow. If you want a fast one, try brainfcxx

An interpreter for the Brainfuck esoteric programming language written in Elixir. I wrote this purely to practice Elixir and to see how good it is for CLI app developement (spoiler: not very good, should probably stick to server related stuff).

Table of contents

Demo

Quickstart

$ git clone https://github.com/LordOfTrident/exbf
$ cd exbf
$ mix escript.install
$ exbf -h

You can alternatively use mix escript.build to just build the app without installing.

Bugs

If you find any bugs, please create an issue and report them.