On Nov 28, 1:20 pm, John Harrop <jharrop...@gmail.com> wrote: > One benefit of having a REPL: it makes regular expressions usable. So easy > to test and tweak your RE compared to the traditional compile/test/debug > cycle! I never even bothered with the java.util.regex package before Clojure > as it was too painful to use.
You just reminded me of a utility I wrote in Ruby some years ago to interactively build regular expressions. I hacked up a Clojure version in the past hour or so, and pushed it up to github at http://github.com/dannywoodz/regex-toolbox. Unfortunately, I can't claim to have come up with the idea, but implementing it was good fun. :-) Feedback always welcome! Cheers, Danny. -- 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 first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en