/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

noelwelsh.com
| | xnacly.me
11.2 parsecs away

Travel
| | Reducing the execution time of a benchmark by 85% or 7.03x
| | hamatti.org
9.8 parsecs away

Travel
| | Fluent Python is one of the best - if not the best - Python books and will help you become better at writing pythonic code.
| | www.craftinginterpreters.com
8.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.
| | jobjo.github.io
31.8 parsecs away

Travel
| Parser combinators aresets of functions for building parsers in a composable fashion. Haskell'sParsec library and OCaml'sAngstrom are two examples.Both of th...