/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

nurkiewicz.com
| | yotam.net
1.8 parsecs away

Travel
| | A blog about free software and programming
| | jamie-wong.com
1.3 parsecs away

Travel
| | [AI summary] The post analyzes the tradeoffs between dynamically and statically typed programming languages regarding iteration speed, correctness, and IDE support, discussing how modern languages and techniques are attempting to combine the best aspects of both approaches.
| | blog.jonlu.ca
1.6 parsecs away

Travel
| | A common mistake people make is conflating strong typing with static typing.
| | developerlife.com
21.6 parsecs away

Travel
| Learn how to implement effective Rust polymorphism, using dyn, impl, existing traits, and trait objects for testing and extensibility, in real world projects.