/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

existentialtype.wordpress.com
| | pointersgonewild.com
2.2 parsecs away

Travel
| | Static vs Dynamic: Why not Both?
| | blog.jooq.org
2.7 parsecs away

Travel
| | Sometimes there are these moments of truth. They happen completely unexpectedly, such as when I read this tweet: https://twitter.com/whileydave/status/536422407297171457 David is the author of the lesser-known but not at all lesser-interesting Whiley programming language, a language that has a lot of static type checking built in it. One of the most interesting features of the...
| | gavinhoward.com
1.5 parsecs away

Travel
| | There are 8 questions that must be answered to design a good type system. In this post, I attempt to do just that.
| | kishstats.com
21.1 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...