Explore >> Select a destination


You are here

ericniebler.com
| | bartoszmilewski.com
3.6 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:...
| | hackingcpp.com
3.1 parsecs away

Travel
| | Introduction, examples and visual explanations of the basic principles behind C++ standard library algorithms.
| | www.cppstories.com
3.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?
| | adv-r.had.co.nz
19.5 parsecs away

Travel
|