Explore >> Select a destination


You are here

atilaoncode.blog
| | marabos.nl
76.9 parsecs away

Travel
| | Low-level Concurrency in Practice. This practical book helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the role of the operating system all fit together.
| | donsbot.com
66.7 parsecs away

Travel
| | I've been learning Rust for the past twenty days or so, working through the Blandy & Orendorff book, coding up things as I go. Once I got into playing with Rust traits and closures and associated types, the similarities to programming in Haskell with typeclasses, data structures, closure passing and associated types was pretty obvious....
| | david-codes.hatanian.com
76.9 parsecs away

Travel
| | Having worked in the software engineering field for 6 years, I sometimes pause and consider how much I have learned since I started my career. One thing that...
| | drewdevault.com
100.8 parsecs away

Travel
| [AI summary] The article discusses the author's criteria for choosing programming languages, evaluating their strengths and weaknesses across various languages like C, Go, Rust, Python, and others.