|
You are here |
planetscale.com | ||
| | | | |
sillycross.github.io
|
|
| | | | | This is the Part 2 of a series. Feel free to read the prequel for more context: Building the fastest Lua interpreter automatically Building a good VM for a dynamic language takes a ton of engineerin | |
| | | | |
stefan-marr.de
|
|
| | | | | A comparative study of abstract-syntax-tree and bytecode interpreters on top of meta-compilation systems. | |
| | | | |
www.craftinginterpreters.com
|
|
| | | | | [AI summary] This text provides an in-depth overview of programming language concepts, focusing on compilers, interpreters, and related tools. It explains the differences between compilers and interpreters, discusses various implementation techniques like transpilation and just-in-time (JIT) compilation, and touches on the broader landscape of language processing. The text also serves as an introduction to the Lox language and encourages exploration of open-source language implementations. | |
| | | | |
serokell.io
|
|
| | | In this article, we introduce you to the concept of algebraic data types and show how you can build your own data types in Haskell. | ||