Explore >> Select a destination


You are here

shacl.org
| | www.foonathan.net
13.1 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | adventures.nodeland.dev
14.6 parsecs away

Travel
| | This edition covers the switch of a popular library to a restrictive license, Node.js performance tips, and new releases.
| | bloeys.com
11.2 parsecs away

Travel
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.
| | artem.krylysov.com
74.6 parsecs away

Travel
|