clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
seancorfield 2020-02-21T00:08:49.279700Z

@vemv The standard answer is that Spec isn't designed for parsing strings 🙂

seancorfield 2020-02-21T00:09:12.280100Z

Maybe Instaparse?

vemv 2020-02-21T00:28:05.280700Z

I don't want to parse them (e.g. do sth useful with them) - just validate them