Explore >> Select a destination


You are here

fgiesen.wordpress.com
| | retro-style.software-by-mabe.com
17.4 parsecs away

Travel
| |
| | orlp.net
17.1 parsecs away

Travel
| |
| | marcospereira.me
17.8 parsecs away

Travel
| | Understanding floating point representation can help design systems in order to make the most out of this type.
| | nurkiewicz.com
116.5 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.