stathissideris / spec-provider

Infer Clojure specs from sample data. Inspired by F#'s type providers.
519 stars 22 forks source link

Java inference #12

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

Great job here, this little tool is one of those useful things that you don't know you need them until you need them 😀

This is more of a thought / question than anything else.

I was wondering whether it would be difficult to have Java (or JavaScript for that matter) inference of specs.

My use case would be to gradually introduce specs on an existing Java project for data validation, then generation of Clojure DT structure in a second phase and take over eventually 😀.

I m going to throw it there for now. Thanks for your work!