Am 12.03.2010 05:37 schrieb Matthias Reisner:
Hi Michael
Am 12.03.2010 01:33 schrieb Michael Snoyman:
I'll need to look into the library a bit more to get a better idea,
but it
seems like Bravo could work for my needs. One thing that concerns me
is your
comment that it allows embedding of Hask
Hi Michael
Am 12.03.2010 01:33 schrieb Michael Snoyman:
I'll need to look into the library a bit more to get a better idea, but it
seems like Bravo could work for my needs. One thing that concerns me is your
comment that it allows embedding of Haskell expressions. In general, I try
to keep a str
Matthis,
Thank you for releasing this library, it looks very intriguing. I've been
building web apps using HStringTemplate up until now, and one thing that
always irks me is that- while the rest of my program is checked at
compile-time- my template results need to be checked manually at runtime.
O
Hello,
I'm pleased to announce the first release of Bravo, a static text
template generation library, on Hackage:
http://hackage.haskell.org/package/Bravo.
Bravo is a text template library that provides parsing and generation of
templates at compile time. Templates can be read from strings o