Show HN: Different ways to implement virtual machines, benchmarked(github.com)
github.com
Show HN: Different ways to implement virtual machines, benchmarked
https://github.com/shadowofneptune/threaded-code-benchmark
2 comments
I would have never understood how to implement threaded code without Jonesforth. I highly recommend it.
What are the units? Are these runtimes? The readme does not say.
I can't believe I missed putting units in the tables. Apologies, this is now fixed.
One of the best descriptions of threaded code and how Forth works in general is the Jonesforth[1] source code, written in a literate programming style. The prose is excellent and the whole thing is worth reading through.
https://github.com/nornagon/jonesforth/blob/master/jonesfort...