Re: ANN strucjure 0.1.0

2012-10-12 Thread Jamie Brandon
> Compared to core.logic Oops, that should be core.match. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: ANN strucjure 0.1.0

2012-10-12 Thread David Nolen
On Fri, Oct 12, 2012 at 4:27 PM, Jamie Brandon wrote: > Strucjure is a library for parsing and pattern matching using PEGs, > roughly modelled after OMeta. > > https://github.com/jamii/strucjure > > Compared to core.logic, strucjure does not perform decision tree > optimisation and probably genera

ANN strucjure 0.1.0

2012-10-12 Thread Jamie Brandon
Strucjure is a library for parsing and pattern matching using PEGs, roughly modelled after OMeta. https://github.com/jamii/strucjure Compared to core.logic, strucjure does not perform decision tree optimisation and probably generates worse code but it supports first-class, recursive views and can