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
2021-05-19T02:11:50.027600Z

Are there any libraries that have regex ops for lookahead?

2021-05-19T02:12:07.028Z

I saw seqexp, but I'd prefer if it were as a part of spec

alexmiller 2021-05-19T02:25:42.028800Z

Can you give an example of where you would want that?

2021-05-19T02:33:24.029600Z

A gross overapplication of spec to a usecase it wasn't designed for: parsing a sequence of tokens output by another process