This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-21
Channels
- # adventofcode (60)
- # aleph (2)
- # announcements (3)
- # architecture (2)
- # babashka (12)
- # beginners (90)
- # calva (14)
- # cider (32)
- # clj-kondo (1)
- # clj-together (7)
- # cljsrn (4)
- # clojars (10)
- # clojure (161)
- # clojure-dev (110)
- # clojure-europe (58)
- # clojure-nl (3)
- # clojure-spec (35)
- # clojure-taiwan (1)
- # clojure-uk (24)
- # clojuredesign-podcast (3)
- # clojurescript (27)
- # conjure (47)
- # cursive (17)
- # data-science (1)
- # datomic (1)
- # depstar (6)
- # fulcro (20)
- # java (4)
- # jobs-rus (1)
- # luminus (4)
- # malli (10)
- # off-topic (8)
- # re-frame (4)
- # reagent (1)
- # reitit (9)
- # reveal (1)
- # rewrite-clj (8)
- # ring (3)
- # sci (44)
- # shadow-cljs (5)
- # spacemacs (6)
- # specter (8)
- # tools-deps (6)
- # vim (1)
- # xtdb (11)
I’m using Calva on a codebase with namespaced keywords, and it seems like calva-fmt is still having issues with them: https://clojurians-log.clojureverse.org/calva/2020-01-28/1580201717.133200 – @pez, just curious, did you ever look into @borkdude’s suggestion of swapping in rewrite-clj?
Yes! Very nice! I should probably finish this myself, but it is sometimes a bit of a block for me when someone has started with gusto, then things are left a bit in limbo….
Ah! Got it. Rewrite-cljc not being up on clojars yet is a distribution problem for some.
Thanks, both of you, for giving it some attention!
Is it possible to specify a different version of java for my clojure project? I'm having an issue where my java.home is set to java 11 but the clojure project I'm working on requires java 8.
@pez yes so do i. I realized that calva ignores java.home in the repl and uses whatever the terminal uses. so i just switched up my sdkman default in the terminal and it worked!