How to Make a Fast Dynamic Language Interpreter

(zef-lang.dev)

52 points | by pizlonator 2 hours ago

2 comments

  • grg0 57 minutes ago
    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 53 minutes ago
      I committed the statically generated site, which is wastefully large because how I generate the code browsers

      But yeah the interpreter is very small

  • Futurmix 25 minutes ago
    [dead]