Hacker News
- Strings · Crafting Interpreters http://www.craftinginterpreters.com/strings.html 7 comments programming
- Simple scripting VM example (parser + bytecode) with strings, arithmetic, control flow (no functions (yet!)); nan-tagging and indirect-threading; based on "Crafting Interpreters" book; faster than PUC-Rio Lua and Node.js (JIT off) in arithmetic loop benchmark https://godbolt.org/z/5gbhnk 3 comments cpp