This is awesome. Maybe the successor to C++ will be C++. Another really neat library is libcppa[1], which provides erlang-inspired concurrency with the actor model but also support for general functional features like pattern matching and guards.
I find this a surprisingly good explanation of the benefits of functional programming, not just a how-to guide for the library. It probably helps that I've read LYAH first however...
Because of my excitement I almost jumped into academia, for PL research. Then, I realized that I have a family to feed :) and after all, I never really wanted to become a teacher/professor.
As for the "real world" side - I'm in the domain where C++ is still the best tool - good enough high-level constructs (but could be better, of course, we're slowly moving toward it) along with low-level stuff and determinism.
[1]http://neverlord.github.io/libcppa/manual/index.html