BrainBash
A heavily optimizing Brain**** interpreter written in Bash! (by Gandalf-)
BF-JIT
BrainFuck just-in-time compiler (by danthedaniel)
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
BrainBash | BF-JIT | |
---|---|---|
2 | 1 | |
29 | 23 | |
- | - | |
0.0 | 10.0 | |
over 4 years ago | about 1 month ago | |
Shell | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
BrainBash
Posts with mentions or reviews of BrainBash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-14.
-
Weird Ones: 30 years of Brainfuck
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.
BF-JIT
Posts with mentions or reviews of BF-JIT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-14.
What are some alternatives?
When comparing BrainBash and BF-JIT you can also consider the following projects:
bf - Fast brainfuck interpreter in C
harbor - A language that ports⚓: examining the limits of compilation⚙️.
emojifuck - A Brainfuck dialect using emojis instead of ASCII operators.