Re: ANN: Fleet — templating system

2010-03-02 Thread Ilia Ablamonov
Despite I agree that writing code and markup in common ASP way is evil, I must argue that doing so or using provided abilities wisely is up to you. I see no reasons to divide (not so) complex display/ markup logic and e.g. HTML. But I see reason to have them together: fragility. When you're 

Re: ANN: Fleet — templating system

2010-02-23 Thread Saul Hazledine
On Feb 19, 10:12 pm, Ilia Ablamonov i...@flamefork.ru wrote: I would like to announce an implementation of ERB/JSP/etc -like approach for templating with (I really believe) clear and idiomatic syntax and design decisions. Detailed description and code:http://github.com/Flamefork/fleet

Re: ANN: Fleet — templating system

2010-02-23 Thread Vagif Verdi
Years of using ASP and JSP convinced me that writing markup and code in the same file is evil. That's why i prefer StringTemplate. It is perfectly usable with clojure and accepts clojure maps, yet it does not allow you to incorporate arbitrary code into your templates. Everyone is happy,

Re: ANN: Fleet — templating system

2010-02-23 Thread Adrian Cuthbertson
Diversity is good. Nice work. I concur. There is a huge body of Jsp code out there and many thousands even millions of J2EE developers who work with it. Tools that bridge the Clojure/J2EE gap are very welcome. Additionally, looking at the the Fleet library it seems well designed and written,

ANN: Fleet — templating system

2010-02-19 Thread Ilia Ablamonov
Hello, I would like to announce an implementation of ERB/JSP/etc -like approach for templating with (I really believe) clear and idiomatic syntax and design decisions. Detailed description and code: http://github.com/Flamefork/fleet On Clojars: http://clojars.org/fleet I would appreciate any