 
      
    | You are here | bloeys.com | ||
| | | | | www.trickster.dev | |
| | | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | | | nick.zoic.org | |
| | | | | ||
| | | | | 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.jurecuhalev.com | |
| | | Grokking Simplicity is an introductory book that will take you to the world of functional programming. It uses basic JavaScript to explain filter(), map(), and reduce() in simple and logical steps. As an experienced engineer, I read the book hoping it would allow me to read F# code better. What I got from it instead [...] | ||