/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

ericniebler.github.io
| | botondballo.wordpress.com
3.8 parsecs away

Travel
| | Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,...
| | hackingcpp.com
3.6 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | bartoszmilewski.com
4.0 parsecs away

Travel
| | Lazy evaluation can be a powerful tool for structuring your code. For instance, it can let you turn your code inside out, inverting the flow of control. Many a Haskell program take advantage of laziness to express algorithms in clear succinct terms, turning them from recipes to declarations. The question for today's blog post is:...
| | tm.durusau.net
26.8 parsecs away

Travel
| [AI summary] An article discussing the importance of types and functions in programming, specifically addressing the debate between static and dynamic typing through a thought experiment.