An interpreter is a computer program which directly executes instructions written in a programming language.
7
votes
0answers
118 views
Rust Brainfuck interpreter
I took the code from kostyas benchmarks for the Rust Brainfuck interpreter and tried to optimize it. There is also a discussion on Reddit about the poor performance of Rust in the Benchmark.
Before ...
5
votes
0answers
64 views
Reference Implementation for Honey Badger programming language
I've been working on my own dynamically-typed, dynamically-scoped, imperative programming language called Honey Badger and feel that it's reached a stable enough state that I want someone else's eyes ...