Hacker News new | ask | show | jobs
by anardil 1247 days 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

1 comments

In bash? You're a madman.

Here's my entry - https://github.com/danthedaniel/BF-JIT