This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-09
Channels
- # admin-announcements (74)
- # beginners (10)
- # boot (3)
- # cider (3)
- # clojure (94)
- # clojure-brasil (7)
- # clojure-czech (9)
- # clojure-france (4)
- # clojure-nl (2)
- # clojure-russia (50)
- # clojure-sg (7)
- # clojure-uk (1)
- # clojure-ukraine (1)
- # clojurescript (244)
- # core-async (1)
- # datomic (13)
- # editors (28)
- # euroclojure (9)
- # jobs (6)
- # ldnclj (78)
- # off-topic (12)
- # onyx (16)
- # reading-clojure (1)
- # reagent (10)
- # sneer (2)
- # sydney (1)
Hello all. I find starting the clojure runtime to be pretty slow especially on my old mba. Do clojure devs mostly stay in the repl in order to get a fast feedback loop?
@airportyh: Yes, generally while developing Clojure applications you stick to a REPL. There are also a number of resources to make Leiningen faster here - https://github.com/technomancy/leiningen/wiki/Faster
If you’re just trying a lot of things out though, you may still find it slow because you need to change your project.clj often
For that, I’d use Alembic - https://github.com/pallet/alembic
Which lets you reload dependencies without restarting the REPL