This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-26
Channels
- # admin-announcements (33)
- # beginners (41)
- # boot (97)
- # clojure (220)
- # clojure-berlin (3)
- # clojure-russia (31)
- # clojure-sg (3)
- # clojurebridge (2)
- # clojurescript (137)
- # clojutre (13)
- # core-matrix (10)
- # core-typed (1)
- # cursive (18)
- # datascript (1)
- # datomic (93)
- # devops (6)
- # editors (18)
- # emacs (1)
- # funcool (43)
- # hoplon (4)
- # immutant (6)
- # instaparse (3)
- # jobs (25)
- # ldnclj (14)
- # ldnproclodo (4)
- # off-topic (20)
- # om (21)
- # rdf (79)
- # re-frame (14)
- # reagent (12)
- # ring-swagger (18)
- # yada (52)
@rauh: You can definitely add multiple directories to the classpath, you don’t need two -cp
arguments for that.
What are you trying to achieve? In that issue it sounds like the main problem is the lack of profile support when running the REPL, right?
@erichmond: Sorry, I missed your question the other day - I’ll try to reproduce that. In general, for CLJS, the resolution in the REPL editor is basically the same as in any other editor.
@rauh: BTW I’m planning a big change to how the lein integration works soon, which will allow profile selection for the REPL
@cfleming: The reason I mentioned "two cp
" arguments is that I tried to add more classpaths as arguments in Cursive starting a REPL with clojure.main. (For fighweel).