Explore >> Select a destination


You are here

nelari.us
| | mpark.github.io
2.7 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | mklimenko.github.io
3.4 parsecs away

Travel
| | Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon.
| | studiofreya.org
1.9 parsecs away

Travel
| |
| | ibob.bg
25.5 parsecs away

Travel
| Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).