eerohele / Tutkain

A Sublime Text package for interactive Clojure development
https://tutkain.flowthing.me
Other
68 stars 8 forks source link

Auto-load tools.analyzer if not already available #139

Open eerohele opened 6 months ago

eerohele commented 6 months ago

To make it easier for users to enjoy the benefits of Tutkain's static analysis features, Tutkain could use clojure.repl.deps/add-libs to automatically load tools.analyzer if not already in the classpath.

Users ought to be able to turn this feature off. Also, it should fail gracefully e.g. in the face of network issues.

This feature would obviously only work on Clojure v1.12 alphas or newer.

eerohele commented 6 months ago

Ideally, Tutkain would have its own reader and analyzer implementations, though.