markgunnels, Have you used clojure and StringTemplate to do something? If so, I would like to tap your knowledge there.
Regards, Emeka On Sun, Jun 14, 2009 at 1:36 PM, markgunnels <[email protected]> wrote: > > I just wanted to report back that StringTemplate proved to be the > perfect solution. > > I also wanted to recommend Terrence Parr's (the creator and ANTLR and > StringTemplate) new book Language Design Patterns from The Pragmatic > Programmers for anyone doing parsing and code generation. It is an > excellent introduction to the subject. > > On May 27, 6:02 pm, Stuart Sierra <[email protected]> wrote: > > On May 26, 10:47 pm,markgunnels<[email protected]> wrote: > > > > > Hopefully this doesn't get me booed off the message board but is there > > > a Clojure equivalent to Ruby's ERB? I'm try to use Clojure to perform > > > code generation > > > > I've had success with StringTemplate. Very functional design, easy to > > call from Clojure. And it's designed for code generation (the ANTLR > > parser generator). > > > > -Stuart Sierra > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
