Brainfuck interpreter implementations
Find a file
2020-05-09 18:06:29 +02:00
brainfuck add files 2017-07-16 20:35:06 +02:00
elm Add elm. Input doesn't work. How the f would you do that? 2020-05-09 18:06:29 +02:00
python add rust 2017-09-07 23:45:50 +02:00
rust add rust 2017-09-07 23:45:50 +02:00
bench_results.md add rust 2017-09-07 23:45:50 +02:00
LICENSE Initial commit 2017-07-16 16:24:53 +02:00
README.md add files 2017-07-16 20:35:06 +02:00

Brainfuck implementations

Implementations of Brainfuck for practicing and trying out different languages.

The Brainfuck benchmarking programs are taken from kostya/benchmarks. More language comparisons available there.