Category Archives: proto

Optimizing Expressions with Boost.Proto

Finally, a new “Expressive C++” article. I’m pretty excited because I’ve covered enough of Proto’s basics to get to talk about the good stuff: how to manipulate expressions using grammars and transforms. This is potent stuff. In this article, I … Continue reading

Posted in boost, edsl, proto | Leave a comment

Expressive C++: Expressions and Domains

My latest article about EDSLs and Boost.Proto is up at Cpp-Next. This one completes a little lambda library in about 30 lines of C++. I also ruminate on the many layers of understandings about expressions in C++. Swing on over, … Continue reading

Posted in boost, edsl, proto | Leave a comment

Expressive C++ Continues

The latest in my series of posts on embedded Domain-Specific Languages in C++ continues. This one sketches the outline of a simple lambda library using Boost.Proto.

Posted in boost, edsl, proto | Leave a comment