clojure-spec

joost-diepenmaat 2022-09-28T10:49:59.650349Z

Good morning. I might be mis-remembering something, but isn’t there some analogue to (s/keys :req-un .. :opt-un …) that works for strings instead of keywords?

joost-diepenmaat 2022-09-28T10:50:52.615899Z

I thought that (s/strs …) would exist but no…

Alex Miller (Clojure team) 2022-09-28T11:55:14.484079Z

no

joost-diepenmaat 2022-09-28T16:25:50.239859Z

Fair enough. Thanks.