/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

jakevdp.github.io
| | www.laurentluce.com
3.6 parsecs away

Travel
| |
| | eli.thegreenplace.net
3.3 parsecs away

Travel
| | [AI summary] This article explains how to add a new 'until' statement to Python's compiler by modifying its grammar, AST generation, and bytecode compilation processes.
| | akaptur.github.com
4.6 parsecs away

Travel
| | Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...
| | www.craftinginterpreters.com
19.6 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.