Discussion
How To Make a Fast Dynamic Language Interpreter
grg0: Interesting, thanks for sharing. It is a topic I'd like to explore in detail at some point.I also like how, according to Github, the repo is 99.7% HTML and 0.3% C++. A testament to the interpreter's size, I guess?
pizlonator: I committed the statically generated site, which is wastefully large because how I generate the code browsersBut yeah the interpreter is very small