/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

entangledlogs.com
| | degoes.net
3.5 parsecs away

Travel
| | Writing code that expects concrete data structures inhibits code reuse.
| | cukic.co
2.7 parsecs away

Travel
| | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.
| | akrzemi1.wordpress.com
3.4 parsecs away

Travel
| | What is the difference between a concept and a type trait? Note that you can create a type trait using a requires-expression: You can also constrain a template with a type trait using a requires-clause: There are differences though. Some are in the language, some in the tools, and one is human communication. Concepts for...
| | zverovich.net
23.1 parsecs away

Travel
| [AI summary] The author announces a new feature in the fmt C++ library that performs compile-time validation of format strings using modern constexpr support to improve code safety and usability.