6 ms·
It's an interesting/challenging exercise to work through implementing some basic functions in BF, ie thinking only in loops. I implemented an optimizing interp
by anardil 4y ago
It's an interesting/challenging exercise to work through implementing some basic functions in BF, ie thinking only in loops.
I implemented an optimizing interpreter in Bash[1] on a plane ride, and it's still one of my favorite pet projects.
[1]: https://github.com/Gandalf-/BrainBash https://github.com/Gandalf-/BrainBash
- teaearlgraycold 4y agoIn bash? You're a madman. Here's my entry - https://github.com/danthedaniel/BF-JIT https://github.com/danthedaniel/BF-JIT