/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

blog.samibadawi.com
| | blog.ploeh.dk
3.1 parsecs away

Travel
| | Combine a strong type system with Property-Based Testing to specify software.
| | www.bedtime-science-stories.org
1.3 parsecs away

Travel
| | I have a 3 years old daughter who has taken a bit of an interest in science. I started this blog after reading the back cover of the book Ba...
| | blog.darklang.com
2.6 parsecs away

Travel
| | And their influence on Dark After two decades of coding professionally in a dozen languages, I've come to a conclusion about static and dynamic types: * Static types help you ensure that your changes work, especially for changes that span large parts of the program. This leads to long-term productivity
| | ricardomartins.cc
22.1 parsecs away

Travel
| UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types.