Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.match by

Dan Friedman's pattern matcher has a nice feature called cata-matching - allowing recursive matching from the match itself. Useful when writing compilers.

3 Answers

0 votes
by

Comment made by: dnolen

Similar to function application except that if a function call throws a no match exception, catch and backtrack.

0 votes
by

Comment made by: dnolen

Going to de-prioritize for now as matching on function applications delivers a lot of power as is.

0 votes
by
Reference: https://clojure.atlassian.net/browse/MATCH-65 (reported by dnolen)
...