Explore >> Select a destination


You are here

itsallaboutthebit.com
| | andreabergia.com
2.9 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.
| | www.greyblake.com
4.0 parsecs away

Travel
| | A blog about software development.
| | corrode.dev
3.9 parsecs away

Travel
| | When people say Rust is a "safe language", they often mean memory safety. And while memory safety is a great start, it's far from all it takes to build robust applications. Memory safety is important but not sufficient for overall r...
| | jorenar.com
34.1 parsecs away

Travel
| [AI summary] The provided text is a comprehensive overview of various advanced C programming techniques and features. It covers topics such as preprocessor tricks, metaprogramming, inline assembly, coroutines, and more. The text also includes examples of using _Generic for type-based dispatch, handling variadic functions safely, and implementing a garbage collector. The content is highly technical and demonstrates the flexibility and power of the C language.