replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.06k stars 91 forks source link

Add support for Clojure #34

Open vhawk19 opened 4 years ago

vhawk19 commented 4 years ago

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.

ghost commented 4 years ago

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.

Billcab commented 1 year ago

Having trouble creating alias as I am trying to digitize object of file conflicts in programming languages