Hi Graeme, I have plans to make erlydtl into several template components, so you can mix and match the syntax, ast and compiler to fit your needs.
This way, it should be feasible to have a jade syntax parsed into a ast tree that you can compile with the erlydtl compiler. I'm not familiar with jade, nor how mixins work in that language, so there may be some things missing. But includes and a whole bunch of other stuff you'd get for free. Not sure if this would interest you at all.. but if you'd like to join in on that, we could get a pretty nice template compiler engine. Cheers Andreas (@kaos on gh) Den 12 aug 2014 10:34 skrev "Graeme Defty" <[email protected]>: > Jesse, > > As I stated in my original message describing it, the initial version of > Jade which I wrote was missing the multi-file features (-include, -mixin, > etc) which rendered it pretty much unusable. I did call it a Jade "toy" in > my original posting ( > https://groups.google.com/forum/#!topic/chicagoboss/hLvhKJUDfLg) Somhow > though, it became a "feature" of CB and therefore in its current state must > be a disappointment to anyone trying it. > > I assume that the fact that nobody is howling means that nobody is using > it, because for me at least the missing features are must-have items. > > Anyway, I have finally got back to working on it. I have 'include's > working and expect to have 'extend's and 'mixin's ready pretty soon. > > I have taken a fork on github and will generate a pull request if you let > me know to whom, what branch or whatever I should do it. > > There should be a couple more to come with the remaining couple of missing > features. > > I really would like to get this finished. ErlyDTL is no worse than other > templating languages, but it is no better either. To my mind, Jade (and > Slim and the like) lift templating to a usable level so I am keen to get > this production-ready. > > Thanks, > > graeme > > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CAKF5fiBTqKVpbLmp9VwyK99reW7Z%3Dga4Z%2BY9xnpj45q%2Bbop2zQ%40mail.gmail.com > <https://groups.google.com/d/msgid/chicagoboss/CAKF5fiBTqKVpbLmp9VwyK99reW7Z%3Dga4Z%2BY9xnpj45q%2Bbop2zQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CABCxKreqPr0VidukhMAFy9MRE0z7h_rb4Fw6Qeg68UfjZSUgXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
