Explore >> Select a destination


You are here

entangledlogs.com
| | degoes.net
3.5 parsecs away

Travel
| | Writing code that expects concrete data structures inhibits code reuse.
| | sdowney.org
3.0 parsecs away

Travel
| | A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var...
| | cukic.co
2.7 parsecs away

Travel
| | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.
| | wimvanderbauwhede.codeberg.page
19.0 parsecs away

Travel
| Algebraic data types are great for building complex data structures, and easy to implement in Raku using roles.