Explore >> Select a destination


You are here

blog.samibadawi.com
| | blog.jooq.org
13.1 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...
| | www.bedtime-science-stories.org
2.6 parsecs away

Travel
| | I have a 3 years old daughter who has taken a bit of an interest in science. I started this blog after reading the back cover of the book Ba...
| | nurkiewicz.com
10.4 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.
| | nilambar.net
84.5 parsecs away

Travel
| Easily setup Gist by Github in Visual Studio Code and create, open, edit or delete Gist from Visual Studio Code editor.