Ok, what I wanted to show is Red's parse is more than just pattern matching, since you can execute regular Red code in parsing rules, walk around the input and other things.
You can check it's features here: http://www.red-lang.org/2013/11/041-introducing-parse.html
You're stated opinion seems to be that Clojure is playing catch-up, not that it is the beginning of something better.
Also, as someone who uses Red & Clojure, I'm curious why you think it's more powerful?
I would compare Parse, Red's most notable feature, with core.match from Clojure.