Explore >> Select a destination


You are here

dusty.phillips.codes
| | notes.eatonphil.com
3.3 parsecs away

Travel
| | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly
| | benhoyt.com
3.5 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself.
| | thomascountz.com
3.1 parsecs away

Travel
| | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.
| | lwn.net
18.1 parsecs away

Travel
| Statically typed programming languages can help catch mismatches between the kinds of values a [...]