Hi Jacopo, a nice step in the right direction, IMHO. I like it.
Do you think it's possible to hack up a transpiler from Minilang to JacopoLang(tm), (i.e. like Coffescript has for Javascript), so that we can get rid of minilang entirely? Greetings, - Karl On 08.03.2012, at 19:02, Jacopo Cappellato wrote: > Hi all, > > I have just completed my first pass in the implementation of a DSL (Domain > Specific Language) for OFBiz that can be used by Groovy services to act like > a modern version of Minilang. > > Please review my notes here: > > https://cwiki.apache.org/confluence/display/OFBIZ/Groovy+Services+and+DSL+for+OFBiz > > I look forward to your comments and feedback but please consider that 1) it > is a work in progress, 2) I spent a lot of time and mental energy in the > effort (reaching simplicity is really complex task!)... so please don't be > too picky :-) > > Regards, > > Jacopo > > PS: if you find it useful, I can commit the Groovy service mentioned in the > page in Confluence