for a side project I’m doing I need information about which clojure functions are predicates. There is a var-info.edn file in eastwood which provides this info . It would be nice if I could extract some information from that. Is that OK? What should I do license wise? I’m not copying code directly.
(cc @slipset)
It’s ok for me, but I know nothing about licenses. Maybe @andy.fingerhut knows?
I know that I wrote all of the code in that file, so can, and do, give you permission to copy that and release under any open source license you want.
Note that it might be a little out of date with Vars added in the latest versions of Clojure, e.g. since whatever Clojure version was current when that file was last updated. Updates welcome.
Thanks!