|
You are here |
www.reidatcheson.com | ||
| | | | |
9elements.com
|
|
| | | | | 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... | |
| | | | |
readrust.net
|
|
| | | | | Read Rust collects and categorises interesting posts related to the Rust programming language. This page lists posts in the Performance category. | |
| | | | |
ibob.bg
|
|
| | | | | Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority). | |
| | | | |
www.cppstories.com
|
|
| | | // how does it work? auto i = 0; // ?? C++11 brings us a very useful set of tools. It adds fresh air to the hard life of a programmer. The updated syntax makes the language a more modern and easier to use. In this post let's take a quick look at a nice keyword 'auto' that, at first sight might seem very simple. | ||