Explore >> Select a destination


You are here

nora.codes
| | blog.vstelt.dev
3.0 parsecs away

Travel
| |
| | www.boringcactus.com
3.4 parsecs away

Travel
| | (Note from the future: I did this again in 2021 and in 2025.)
| | aradaelli.com
6.2 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | craftinginterpreters.com
26.8 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.