On 2/24/11 11:57 AM, Masahiro Nakagawa wrote: > 3 weeks ago, I discussed template engine with Goro Fuji(a.k.a Xslate > author). > In the process, I noticed D does not have template engine library. > So I wrote the D version of Mustache. > > https://bitbucket.org/repeatedly/mustache4d/src > > Mustache is a logic-less template. > > http://mustache.github.com/ > > Implementing this library was nice for a change. > > > P.S. > > I don't test on Windows and 64bit Linux... > > > Masahiro
String templates, nice! This would help a lot with generating e.g. dynamic web pages. How does it compare to Terence Parr's StringTemplate engine? Andrei
