/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

patshaughnessy.net
| | jawher.me
2.0 parsecs away

Travel
| |
| | thomascountz.com
0.9 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.
| | dusty.phillips.codes
1.8 parsecs away

Travel
| | In earlier articles, I introduced this "WAT to Wasm compiler in Roc" project, wrote some Roc code to load an input file, and implemented a tokenizer for a "hello world" of Wat to Wasm compilation. It was... more work than I expected. Four blog posts more work, to be precise! I have no idea where it's going to end. But I do know what's next! Parsing. Reminder: You are reading content that took a great deal of effort to craft, compose, and debug.
| | www.abubalay.com
11.6 parsecs away

Travel
| [AI summary] The author introduces the dioptre crate, a Rust proc-macro that enables field projection for Cell types to solve interior mutability and borrowing issues.