We've released schema-generators 0.1.0, which includes ClojureScript support via cljc:
https://github.com/plumatic/schema-generators
(Big thanks to Milton Reders and others who helped with this release!).
You must use this with the new 1.1.0 schema release. schema.experimental.generators and completers are now deprecated, and their new home is schema-generators.generators and schema-generators.complete.
This move was for several reasons:
- It allows a formal dependency of schema-generators on test.check, rather than requiring users to bring their own
- As a separate project, schema-generators can hopefully move faster, and could use cljc without breaking Schema on Clojure 1.6.
Have fun, and please let us know your feedback!