This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-19
Channels
- # admin-announcements (14)
- # architecture (1)
- # beginners (21)
- # boot (301)
- # clojure (93)
- # clojure-brasil (56)
- # clojure-india (4)
- # clojure-italy (11)
- # clojure-japan (25)
- # clojure-russia (16)
- # clojure-sg (1)
- # clojure-uk (5)
- # clojurescript (64)
- # clojurex (4)
- # clojutre (7)
- # cursive (18)
- # datascript (35)
- # datomic (212)
- # editors (27)
- # emacs (38)
- # events (9)
- # funcool (21)
- # hoplon (105)
- # jobs (2)
- # ldnclj (41)
- # ldnproclodo (4)
- # liberator (89)
- # luminus (5)
- # off-topic (32)
- # om (39)
- # onyx (1)
- # re-frame (9)
- # reactive (1)
- # reagent (34)
- # testing (42)
- # yada (4)
@yogthos: I’m seeing this pattern of separating Clojure and ClojureScript into src/clj and src/cljs and src/cljx (and the counterpart in tests). Do you think Luminus should follow it?
@pupeno: there's no point of doing cljx anymore since cljc cross-compiles automatically with clojure 1.7
doing src/clj and src/cljs would mean that all the paths would have to be updated if cljs profile is selected in the template
For me it looks cleaner and I can see most templates use that pattern. I’ll find myself doing the refactoring to src/clj and src/cljs every time I create a new app.