Open schneiderlin opened 2 years ago
Thank you! Sure, I look into it. I wonder if there is a reason why you use LivePlugin instead of https://www.jetbrains.com/help/idea/ide-scripting-console.html which should already support Clojure?
In LivePlugin it should be just another implementation of PluginRunner
and a bunch of actions (also a downloader for Clojure runtime jar). There is no Kotlin script really, just Kotlin.
Just for the record, these are the reasons I removed Clojure/Scala support:
I couldn't get ide-scripting-console with Clojure working correctly, it seems like lack of document and is not actively maintained.
👍 Good to know so I don't make the same mistakes 😅
amazing plugin! could you please add Clojure support back? how can I help, I can try to translate kotlin script to Clojure