/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

lisyarus.github.io
| | www.nayuki.io
6.2 parsecs away

Travel
| | [AI summary] This article introduces a multi-language open-source library for generating QR codes based on the ISO specification, highlighting its compact size, correctness, and availability in Java, TypeScript, Python, Rust, C++, and C.
| | www.cppstories.com
5.4 parsecs away

Travel
| | When you see an article about new C++ features, most of the time you'll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts?
| | www.artima.com
5.0 parsecs away

Travel
| | [AI summary] Bjarne Stroustrup outlines the guiding principles, new language features like concepts and auto, and library extensions for the upcoming C++09 standard.
| | ricardomartins.cc
22.9 parsecs away

Travel
| Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet.