
Hey guys does anyone know any good template engine for c++. I mean not like c++ template programming but web template engine that are easy to use, works on multiple platform, etc... Example Smarty <http://www.smarty.net/> for php. Velocity <http://velocity.apache.org/> for java. Cheetah <http://www.cheetahtemplate.org/> for python. Is their an ongoing project for boost to do this? Thanks, Chun Ping Wang.

chun ping wang wrote:
Hey guys does anyone know any good template engine for c++. I mean not like c++ template programming but web template engine that are easy to use, works on multiple platform, etc...
Example Smarty <http://www.smarty.net/> for php. Velocity <http://velocity.apache.org/> for java. Cheetah <http://www.cheetahtemplate.org/> for python.
Is their an ongoing project for boost to do this?
Dunno if it could match above engines, but google ctemplate is in C++, they call it "template language": http://goog-ctemplate.sourceforge.net/

chun ping wang wrote:
Hey guys does anyone know any good template engine for c++. I mean not like c++ template programming but web template engine that are easy to use, works on multiple platform, etc...
Example Smarty <http://www.smarty.net/> for php. Velocity <http://velocity.apache.org/> for java. Cheetah <http://www.cheetahtemplate.org/> for python.
Is their an ongoing project for boost to do this?
We have one in Spirit V2 called "Karma". Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net

cool, is their a link to it or does it reside in svn? On Jan 31, 2008 2:06 AM, Joel de Guzman <joel@boost-consulting.com> wrote:
chun ping wang wrote:
Hey guys does anyone know any good template engine for c++. I mean not like c++ template programming but web template engine that are easy to use, works on multiple platform, etc...
Example Smarty <http://www.smarty.net/> for php. Velocity <http://velocity.apache.org/> for java. Cheetah <http://www.cheetahtemplate.org/> for python.
Is their an ongoing project for boost to do this?
We have one in Spirit V2 called "Karma".
Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
chun ping wang
-
gchen
-
Joel de Guzman