> 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
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
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