Explore >> Select a destination


You are here

www.modular.com
| | andreabergia.com
7.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.
| | theburningmonk.com
11.7 parsecs away

Travel
| | Learn to build production-ready serverless applications on AWS
| | volgarev.me
12.8 parsecs away

Travel
| |
| | cutebouncingbunnies.wordpress.com
74.1 parsecs away

Travel
| Programs need human written comments. Neither literate programming, nor type systems suffice. Conditions that demand comments: Why? - Explanations of why something is how it is. "Requiring the caller to provide a buffer prevents multiple allocations when calling in a loop". Clever - Explanations of code that is not obvious on a casual read by...