Live data from Hacker News

Show HN: Luna is a Clojure domain specific language that translates to regex

github.com

21–22 of 22 posts

Re: Show HN: Luna is a Clojure domain specific language that translates to regex

#21
post #12

makes me think of Emacs's `rx` macro!

Took me a while to appreciate rx. I like the conciseness of normal regexes, but rx is so much more readable and maintainable! I love the extensibility options and the fact it's just a macro. So, at runtime, there is no difference.

Glancing over the examples of this post, I think I like rx better, due to its lispy syntax.

Post reply on HN