/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

blog.swgillespie.me
| | andreabergia.com
4.2 parsecs away

Travel
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ?thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust.
| | 9elements.com
4.0 parsecs away

Travel
| | Rust is a strongly typed, low-level programming language built for safety, speed, and concurrency from the ground up. It is mostly developed byMozillaand has been battle tested byover a hundred companiesincludingDropboxand the game...
| | chadaustin.me
3.9 parsecs away

Travel
| | This may be the only time I weigh in on the static vs. dynamic typing discussion. Each side has its extreme proponents, and people differ in their ability and desire to work in systems with implicit invariants. Many years ago, back when Java and C++ were the Mainstream Languages and Python was the shiny new up-and-comer, I read Bruce Eckel's arguments in support of dynamically typed languages, and some of the nonobvious (at the time) ways you can get more done at higher quality in a more flexible languag...
| | mariusschulz.com
21.5 parsecs away

Travel
| TypeScript 2.0 introduced a new primitive type called never, the type of values that never occur. It helps model the completion behavior of functions more accurately.