clr

dmiller 2023-05-29T15:03:09.301869Z

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.

🎉 4
dangercoder 2023-05-29T16:41:47.905149Z

Looking forward to testing this. Thanks 🙂!

Anders Eknert 2023-05-29T19:31:47.121649Z

Thanks David! 😃

dmiller 2023-05-29T22:41:16.786789Z

@anders982 i knew you were looking forward to #154. 🙂

🙂 1
dangercoder 2023-05-29T20:12:04.794879Z

^ Added repl and test commands to potion. This requires version 1.0.3. Very nice experience using Calva with clojure-clr 🙂

2
👏 1
dangercoder 2023-06-07T15:20:41.119339Z

You're welcome, I'm happy someone other than myself found it useful 😸

Jaxan Kay 2023-06-06T21:11:38.530589Z

Just started with ClojureCLR and this is exactly what I needed! Thank you very much for creating this tool!