This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-14
Channels
- # aleph (3)
- # announcements (16)
- # aws (6)
- # babashka (10)
- # beginners (28)
- # cider (1)
- # clj-kondo (14)
- # cljdoc (2)
- # cljs-dev (27)
- # cljsrn (7)
- # clojure (78)
- # clojure-europe (2)
- # clojurescript (14)
- # conjure (6)
- # core-async (2)
- # fulcro (5)
- # helix (7)
- # jobs (1)
- # lgbtq (1)
- # malli (12)
- # missionary (1)
- # nbb (10)
- # pathom (1)
- # portal (12)
- # protojure (1)
- # re-frame (41)
- # react (2)
- # reitit (1)
- # reveal (1)
- # shadow-cljs (72)
- # sql (11)
- # tools-deps (8)
- # vim (1)
- # xtdb (4)
VS Code + Calva extension works really well. If you like the IntelliJ family of IDE's, https://cursive-ide.com is available. If minimalism is your thing then Sublime Text (With the https://clojure-lsp.github.io/clojure-lsp/clients/ installation) is also a possibility.
basically whatever editor you use right now has a plugin for clojure. If you don’t have a favorite editor yet VSCode + calva is probably the easiest to get started.
if you’re new in general, I recommend atom + chlorine. It’s simple and works very well. The biggest thing is just having an editor that easily connects to a REPL. After that, it’s mostly personal preference.
@U8QBZBHGD emacs with?
@U8QBZBHGD can you send me an guide to setup clojure env in doom-emacs?
I'm late to the party, but would like to hear from experienced people.
For people using cursive, I'm facing issue in the IDE resolving the js imports coming from package.json.
i.e., When using shadow-cljs along with package.json, the code runs and works fine. But the IDE is not able to figure out the dependencies coming from package.json. (Ofcourse, shadow.cljs is also having issues, but I can workaround it with npx shadow-cljs pom
.)
How are you overcoming this issue?