Explore >> Select a destination


You are here

cfallin.org
| | bernsteinbear.com
2.5 parsecs away

Travel
| | [AI summary] This blog post compiles extensive resources for learning and developing programming languages, including compilers, runtimes, optimization techniques, and related tools.
| | v8.dev
2.0 parsecs away

Travel
| | Liftoff is a new baseline compiler for WebAssembly, shipping in V8 v6.9.
| | tonybaloney.github.io
3.5 parsecs away

Travel
| | [AI summary] This blog post discusses the Pyjion project, which integrates the .NET 5 JIT compiler into Python 3.9 to enhance performance by compiling Python code into native machine code at runtime.
| | craftinginterpreters.com
21.3 parsecs away

Travel
| [AI summary] The text discusses the implementation of a compiler for a simple programming language, focusing on parsing and bytecode generation. It covers topics such as recursive descent parsing, Pratt parsing, and the use of a parser table to handle operator precedence. The text also includes code snippets for the parser and compiler functions, as well as instructions for debugging and testing the compiler. The author emphasizes the importance of error handling and the use of a debug flag to enable the printing of generated bytecode.