weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
870 stars 67 forks source link

Suggested addition: ClojureCLR support #64

Closed E-A-Griffin closed 1 year ago

E-A-Griffin commented 2 years ago

I think adding ClojureCLR support would be beneficial, especially in the greater effort to port Clojure(Script) libraries to ClojureCLR which doesn't seem to have nearly as fully developed support in terms of community libraries. I understand that adding support for ClojureCLR would be an ongoing commitment rather than a quick fix, but I would be willing to contribute time and effort where I can to maintaining these additions.

weavejester commented 2 years ago

I'm fine with this in theory, as long as testing is automated and part of CI.

E-A-Griffin commented 2 years ago

Any updates on the open pull request?