Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable - GitHub - yoav-lavi/melody: Melody is a language that compiles to regular expressions...
I’d personally rather something like regal in clj or rx in emacs. Instead of strings that my formatter and autocomplete don’t know anything about and that I have to add to my build pipeline, I get native types that I can manipulate the same way I do other code, in editor or programmatically.
I’d personally rather something like regal in clj or rx in emacs. Instead of strings that my formatter and autocomplete don’t know anything about and that I have to add to my build pipeline, I get native types that I can manipulate the same way I do other code, in editor or programmatically.