|
You are here |
noelwelsh.com | ||
| | | | |
xnacly.me
|
|
| | | | | Reducing the execution time of a benchmark by 85% or 7.03x | |
| | | | |
hamatti.org
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | Parser combinators aresets of functions for building parsers in a composable fashion. Haskell'sParsec library and OCaml'sAngstrom are two examples.Both of th... | ||