Good day, Streamulus is a C++ DSEL for event stream processing.
It uses Proto to transform simple expressions into a data structure that computes the expression over an infinite stream of inputs. With user-defined operators that can have side effects or maintain state, this scheme is very flexible. I believe it also maps well to the way we (or at least I) tend to think about stream computations. V0.1 is the first 'release', and it consists of the basic functionality, i.e., the language. Future releases will focus on optimisations. See: Project web page: http://www.streamulus.com Blog: http://streamulus.blogspot.co.uk/ (The first post explains the motivation for Streamulus). Your feedback will be appreciated. Best regards, Irit _______________________________________________ proto mailing list proto@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/proto