/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

adl1995.github.io
| | ruudvanasseldonk.com
1.6 parsecs away

Travel
| | I am adding a type system to RCL, my configuration language. In part 1, I explain what I want from the type system.
| | blog.aria.ai
1.9 parsecs away

Travel
| | An introduction to and explanation of the benefits of static typing in JavaScript
| | kishstats.com
1.8 parsecs away

Travel
| | Type hinting was added to the Python standard library starting in version 3.5. Python, being a dynamically typed language, does not enforce data types. Howev...
| | blog.darklang.com
14.8 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