 
      
    | You are here | blog.zdsmith.com | ||
| | | | | dlang.org | |
| | | | | ||
| | | | | atilaoncode.blog | |
| | | | | In my last blog post I wrote about the power of D's compile-time reflection and string mixins, showing how they could be used to call D from Python so easily it might as well be magic. As amazing as that may be for those of us who have D codebases we want to expose to... | |
| | | | | www.foonathan.net | |
| | | | | 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... | |
| | | | | www.jeremymorgan.com | |
| | | How to get set up to develop Golang apps in Manjaro Linux | ||