This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-13
Channels
- # 100-days-of-code (2)
- # announcements (1)
- # beginners (41)
- # boot (1)
- # calva (3)
- # cider (25)
- # cljdoc (20)
- # cljs-dev (24)
- # clojure (16)
- # clojure-conj (1)
- # clojure-dev (9)
- # clojure-germany (1)
- # clojure-italy (4)
- # clojure-uk (8)
- # clojurescript (25)
- # community-development (14)
- # cursive (4)
- # datascript (2)
- # datomic (20)
- # duct (16)
- # emacs (12)
- # fulcro (168)
- # graphql (1)
- # keechma (3)
- # leiningen (1)
- # luminus (5)
- # off-topic (13)
- # re-frame (8)
- # reagent (3)
- # rum (1)
- # shadow-cljs (24)
- # spacemacs (32)
- # unrepl (2)
- # vim (2)
If anyone is interested in faster startup: I’ve deconflicted old @richhickey’s branch https://dev.clojure.org/display/design/Lazy+var+loading https://github.com/zajac/clojure branch fastload
As mentioned on confluence, it has performance consequences. But they apply only if not direct linked.
@hiredman If you have python 3 as your system default that command is python -m http.server
@ag Asking in #tools-deps during the UK day time will probably get you the best answers there since Rick can help you...
If someone here is a bit familiar in creating JavaFXPorts projects with gradle-clojure, I need some help with my project. I created one using clj -A:new gradle-clj-app lyrion/cec
and modified build.gradle and the main clj file as follows: https://gist.github.com/zilti/b08e73841f17a899e5730d901ca8ced1 Now my problem is that I get Exception in thread "JavaFX Application Thread" Exception in thread "main" java.lang.NoClassDefFoundError: clojure/lang/Var
when trying to run it.
What task are you running when you get that message?
I'm thinking of publishing some macros of mine as a library, but I kinda doubt people would find them useful
specifically they are really simple macros that let you avoid a tiny bit of typing when making records
I've made and then stopped using similar macros, as they weren't a big improvement on readability, and broke my IDE's refactoring
plus, it's a mystery how it would deal with namespaced keywords
plumbing has something similar
I added it to the library and subsequently never used it