Believe it or not, but the 9th Silicon Valley Code Camp is less than 2 weeks away and I can't wait to be at the largest software techno...
Believe it or not, but the 9th Silicon Valley Code Camp is less than 2 weeks away and I can't wait to be at the largest software techno...
This blog post is just a quick note that C++ offers (at least) two distinct ways to represent lazy computation that is lexically in the sam...
Now that we have C++14 , it has opened up doors for truly mind-bending uses of lambdas--more specifically--generic lambdas. This blog post i...
The Pigeonhole Principle is one of the most obvious fundamentals in mathematics. It is so obvious that you may be surprised that there is e...
C++11 has taken another stab at function exception specifications for the masses. The shiny new ‘noexcept’ keyword is phasing out its zombie...
Look at some interesting examples of C++11/14 lambdas and how they interact with other language features and libraries. I hope to find some ...
Programs need data. That's a no brainer. Programs are only as good as the data you provide them. Based on what kind of data is consumed,...
It's common knowledge that Functional Programming is spreading like a wildfire in mainstream languages. Latest promoted languages: Java ...