Brainfuck interpreter in every language. Because yes.
- The fastest brainfuck interpreter of the lot, it's optimized beyond reason. It's so fast, it can easily overflow a 64bit number 200 times over in under a second with our example program. It's also available via snap.
- Can be found Here or at Github as a part of another project.
- Specifically made to be incompatible with Javascript
- In case you want to plot the output for some reason.
- Fully functioning shell that parses the input as Brainfuck and runs the result.
- Development stopped because we could not find a working compiler that both compiled and not get rid of random variables in the program (Flashbacks intensify).
Custom code based on the superior decimal output flavor of BF.
dune exec bf -- ../helloWorld.bf