Explore >> Select a destination


You are here

patshaughnessy.net
| | www.greyblake.com
4.1 parsecs away

Travel
| | A blog about software development.
| | ruudvanasseldonk.com
2.2 parsecs away

Travel
| | Monadic error handling is an alternative to exception-based systems that can prevent many programming errors at compile time.
| | akashgoswami.dev
3.3 parsecs away

Travel
| | A quick intro to the Go programming language, its advantages, what its main uses are, how it's used in companies like Monzo and how you can get started with writing your own Go programs.
| | thume.ca
23.1 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.