Explore >> Select a destination


You are here

www.lambdabytes.io
| | www.copetti.org
20.2 parsecs away

Travel
| | An in-depth analysis that explains how this console works internally
| | www.foxhound.systems
20.3 parsecs away

Travel
| | Haskell's features enable rapid development, easy maintainability, and excellent performance, making it a top choice as an industrial-strength programming language.
| | www.elopezr.com
19.0 parsecs away

Travel
| | Recurrent internet discussions show a divide between programmers working in different industries. Topics like code clarity, performance, debuggability, architecture or maintainability are a source ...
| | nurkiewicz.com
109.3 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.