/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

gafter.blogspot.com
| | typesanitizer.com
5.0 parsecs away

Travel
| | A close examination on the supposed benefits of effect systems, framed as a conversation between two programming language designers.
| | rickyclarkson.blogspot.com
3.8 parsecs away

Travel
| | Some bloggers and people I've talked with think of closures in Java as something unnecessary - e.g., "why must we copy C#?". As it happens,...
| | bruceeckel.com
2.9 parsecs away

Travel
| |
| | nurkiewicz.com
29.6 parsecs away

Travel
| When choosing or learning a new programming language, type system should be your first question. How strict is that language when types don't really match? Will there be a conservative, slow and annoying compiler? Or maybe a fast feedback loop, often resulting in crashes at runtime? And also, is the language runtime trusting you know what you are doing, even if you don't? Or maybe it's babysitting you, making it hard to write fast, low-level code? Believe it or not, I just described static, dynamic, weak and strong typing.