This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-13
Channels
- # arachne (2)
- # architecture (23)
- # bangalore-clj (5)
- # beginners (35)
- # boot (79)
- # cider (6)
- # cljs-dev (34)
- # cljsrn (9)
- # clojure (164)
- # clojure-argentina (2)
- # clojure-austin (4)
- # clojure-italy (7)
- # clojure-russia (40)
- # clojure-serbia (1)
- # clojure-spec (76)
- # clojure-uk (36)
- # clojurescript (47)
- # cursive (14)
- # datascript (2)
- # datomic (8)
- # dirac (19)
- # emacs (29)
- # heroku (7)
- # hoplon (35)
- # jobs-rus (1)
- # juxt (2)
- # leiningen (1)
- # lumo (23)
- # mount (4)
- # off-topic (22)
- # om (16)
- # onyx (19)
- # parinfer (10)
- # pedestal (47)
- # proton (5)
- # re-frame (88)
- # rum (1)
- # spacemacs (33)
- # sql (29)
- # uncomplicate (1)
- # unrepl (131)
- # untangled (5)
- # yada (12)
1. Stub generation for any libraries (so the developer can chose) 2. Automatically switch + send the forms to the right REPL (cljs/clj mixed projects)
Found out it was the venantius/ultra
plugin in our profiles.clj
file that was messing with the cursive output
I'm trying to hack on clojurescript itself, so I want a repl without figwheel etc tooling on top. Is there a way to get a clojurescript repl in cursive without any other dependencies?
@favila: I’ve not tried it, but I think if you use use clojure.main in normal JVM process
and combine it with the instructions at https://clojurescript.org/guides/quick-start#browser-repl you should be able to get something working.
hello, I'm trying to download the Cursive Datomic stubs, but the link is failing with 404: https://cursive-ide.com/datomic-stubs-0.9.5153.jar
if someone have this file locally, can you please share it here?
@wilkerlucio You shouldn’t need them any more with the new stubs functionality - is there a reason you do?
ah, really, I didn't realized that, maybe worth updating the docs
@yonatanel What is missing from that support that you’d like?
@wilkerlucio Yes, my docs need some love 😞