On Mon, Mar 22, 2010 at 11:57 AM, Zoran Angelov <[email protected]> wrote: > Hi to all, > Have anyone considered using boost.proto library to develop DSEL ( c++ > expressions can be translated to JScript transparently ) for JScript part of > Wt? > It would be useful for WebGL too. > This is just a suggestion, i saw Wt and WebGL conversation and i think that > boost.proto might be a good choice, but it can be used in general for > JScript code generation? > Best Regards.
Heh, read my mind. Boost.Proto is definitely useful for such things, and certainly could simplify a lot of Wt code if they wanted to go that route, but the cost for simplifying the code would be to increase compile-times (although on GCC 4.5+ it does a *lot* better on). A lot of people have expressed interest in not increasing the compile times any further (although this is C++, you exchange compile time speed for runtime speed, I am always happy to do so), so although it is an interesting idea, might be hard to push. Although for very simple DSEL's, like javascript binding or something, it might work well on. However, WebGL is *much* more heavweight, that would certainly increase compile times dramatically. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
