You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what i understand prybar-clojure uses clojure-cli tools and deps.edn, would upm support clojure librarie either using deps.edn or lein(using project.clj). I see that as my primary limiting factor while using clojure on repl.it unlike python/dart where I can import libraries with ease.
The text was updated successfully, but these errors were encountered:
deps.edn requires an alias to be defined in order to run a clojure program. Should a deps project initialized with upm add this alias? Should upm create the main source file for that alias as well? i.e. Generate a void main() for clojure.
From what i understand prybar-clojure uses clojure-cli tools and deps.edn, would upm support clojure librarie either using deps.edn or lein(using project.clj). I see that as my primary limiting factor while using clojure on repl.it unlike python/dart where I can import libraries with ease.
The text was updated successfully, but these errors were encountered: