Explore >> Select a destination


You are here

gavinhoward.com
| | nurkiewicz.com
3.9 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.
| | www.interviewbit.com
3.1 parsecs away

Travel
| | One of the most frequently asked questions by people who have just started out their careers in the field of computer science or related fields is which...
| | sswam.wordpress.com
3.7 parsecs away

Travel
| | In my experience, the C programming language is still hard to beat, even 50 years after it was first developed (and I feel the same way about UNIX). When it comes to general-purpose utility, low-level systems programming, performance, and portability (even to tiny embedded systems), I would choose C over most modern or fashionable alternatives....
| | remysharp.com
44.7 parsecs away

Travel
| A simple but effective fix to working with web components and VS Code. I wanted to get syntax highlighting _and_ prettier support (to auto fix indenting, quote...