Explore >> Select a destination


You are here

swiftrocks.com
| | thume.ca
12.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.
| | www.emergetools.com
13.6 parsecs away

Travel
| | A deep dive into the Swift runtime to see how protocol conformance checks slow down post-main startup time as your binary size increases.
| | www.onswiftwings.com
11.5 parsecs away

Travel
| | Discover use-cases of code generation and get an overview of the tools you can use to automate it.
| | uraimo.com
67.3 parsecs away

Travel
| In this article, part of a series on Swift and the functional approach, we'll explore what we need to do to build our own sequences in Swift 3, discuss the differences between finite and infinite sequences and examine what we can do with them in a few example scenarios.