/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

lexi-lambda.github.io
| | fsharpforfunandprofit.com
4.2 parsecs away

Travel
| | 15 or so combinators that can be combined to parse almost anything
| | arunraghavan.net
3.4 parsecs away

Travel
| |
| | thume.ca
4.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.
| | staydecent.ca
24.3 parsecs away

Travel
| [AI summary] The author investigates the technical differences between using static arrow functions and bound instance methods in JavaScript classes to determine best practices.