BrainBash
A heavily optimizing Brain**** interpreter written in Bash! (by Gandalf-)
bf
Fast brainfuck interpreter in C (by siraben)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
BrainBash | bf | |
---|---|---|
2 | 1 | |
29 | 3 | |
- | - | |
0.0 | 10.0 | |
over 4 years ago | almost 2 years ago | |
Shell | C | |
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
Posts with mentions or reviews of bf.
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
Brainfuck makes it very easy to benchmark various optimizations that you can do to its interpreter.[0] Rendering a Mandelbrot set goes from 28.57 to 6.49 seconds with basic preprocessing!
What are some alternatives?
When comparing BrainBash and bf you can also consider the following projects:
bfc - brainfuck interpreter
fart - Brainfuck to 8086 machine instructions
brainfuck - Brainfuck interpreter written in C
BF-JIT - BrainFuck just-in-time compiler
i-use-arch-btw - "I use Arch btw" but it's a Turing-complete programming language.
quine-relay - An uroboros program with 100+ programming languages