/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

weblog.masukomi.org
| | drewdevault.com
3.3 parsecs away

Travel
| | [AI summary] The article discusses the author's criteria for choosing programming languages, evaluating their strengths and weaknesses across various languages like C, Go, Rust, Python, and others.
| | dehora.net
2.2 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | laihoconsulting.com
2.9 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | craftinginterpreters.com
21.7 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.