|
You are here |
swiftrocks.com | ||
| | | | |
thume.ca
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | Discover use-cases of code generation and get an overview of the tools you can use to automate it. | |
| | | | |
uraimo.com
|
|
| | | 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. | ||