/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

planetscale.com
| | sillycross.github.io
3.0 parsecs away

Travel
| | 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
2.8 parsecs away

Travel
| | A comparative study of abstract-syntax-tree and bytecode interpreters on top of meta-compilation systems.
| | www.craftinginterpreters.com
3.1 parsecs away

Travel
| | [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
24.8 parsecs away

Travel
| 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.