Explore >> Select a destination


You are here

dygalo.dev
| | dehora.net
1.4 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | stackoverflow.blog
2.1 parsecs away

Travel
| | [AI summary] The article discusses Rust's popularity, its features like static typing, memory safety, and performance benefits, while also addressing its challenges and ecosystem.
| | nora.codes
1.9 parsecs away

Travel
| | [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.
| | blog.sigplan.org
19.6 parsecs away

Travel
| The open-source development of the JavaScript programming language is now automatically checked. The language specification written in English is type checked, and the tests are checked for conform...