Explore >> Select a destination


You are here

g-w1.github.io
| | notes.eatonphil.com
2.7 parsecs away

Travel
| | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly
| | thume.ca
1.8 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.
| | dehora.net
2.7 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.
| | feertech.com
22.4 parsecs away

Travel
| In which we write our first simple machine code