ClojureCLR 1.12.0-alpha8 has been released.
Issues covered in this release:
https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-153
https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-154
<https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-155%7CCLJCLR-155: Failure to find <namespace>.cljr embedded resource>
https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-156
#155 fixes a place where I missed looking for .cljr files in addition to .clj and .cljc.
#156 is significant for those using gen-delegate. Type hints on the formal parameters for the delegate function are now type-hinted. You might be able to get rid of some type hints in your own code.
Looking forward to testing this. Thanks 🙂!
Thanks David! 😃
^ Added repl and test commands to potion. This requires version 1.0.3. Very nice experience using Calva with clojure-clr 🙂
You're welcome, I'm happy someone other than myself found it useful 😸
Just started with ClojureCLR and this is exactly what I needed! Thank you very much for creating this tool!