/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

andreabergia.com
| | ntietz.com
2.1 parsecs away

Travel
| | [AI summary] The author details the process of building a command-line argument parser from scratch in Rust without any external dependencies to improve compile times and reduce maintenance overhead, while also sharing Rust code snippets.
| | zserge.com
2.7 parsecs away

Travel
| | Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works. In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further.
| | thume.ca
1.5 parsecs away

Travel
| | [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions.
| | austinhenley.com
15.3 parsecs away

Travel
| Make your own BASIC to C compiler in Python.