seqexp
seqexp copied to clipboard
Regexp for sequences!
I suggest that both symbols and vectors should by default use equality tests in patterns, rather than be treated as predicate functions (both symbols and vectors implement AFn). For example,...
What an brilliant library! Would like to use this to add support for sequential schemas in [malli](https://github.com/metosin/malli), but it should support ClojureScript.
Hey Christophe, first of all thanks for the great library. My attempt to follow Russ Cox implementation sadly isn't as elegant as good as yours. I was wondering if you...
This is behaving to the defined spec ("Greediness affects only submatches and never changes the whole match..."), but it doesn't match the "standard" behavior: ``` clojure (= (re-find #".+" "AAA")...