Skip to content

Eric Niebler

Judge me by my C++, not my WordPress

Menu

Primary menu

  • Home
  • Publications
  • Contact
  • About

Category Archives: proto

Cpp-Next.Com and the Expressive C++ Series

Posted on May 24, 2014 by Eric Niebler — 7 Comments ↓

The C++ community is suffering from the loss of the cpp-next.com website and all the great content that was once hosted there. In the past 2 months, I’ve gotten many questions both about the site and about the fate of Continue reading Cpp-Next.Com and the Expressive C++ Series→

Posted in boost, edsl, proto | 7 Replies

Optimizing Expressions with Boost.Proto

Posted on January 29, 2011 by Eric Niebler — 7 Comments ↓

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 Optimizing Expressions with Boost.Proto→

Posted in boost, edsl, proto | 7 Replies

Expressive C++: Expressions and Domains

Posted on October 18, 2010 by Eric Niebler — No Comments ↓

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 Expressive C++: Expressions and Domains→

Posted in boost, edsl, proto | Leave a reply

Expressive C++ Continues

Posted on October 4, 2010 by Eric Niebler — No Comments ↓

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. Expressive C++: A Lambda Library in 30 Lines (Part 1 of 2) Enjoy!

Posted in boost, edsl, proto | Leave a reply
Copyright © 2025 Eric Niebler. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up