This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-27
Channels
- # beginners (43)
- # boot (1)
- # cider (7)
- # cljdoc (10)
- # clojure (110)
- # clojure-boston (1)
- # clojure-finland (2)
- # clojure-italy (19)
- # clojure-losangeles (1)
- # clojure-new-zealand (1)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (163)
- # clojurescript (136)
- # code-reviews (1)
- # component (13)
- # cursive (18)
- # datomic (99)
- # emacs (14)
- # events (4)
- # fulcro (14)
- # hoplon (15)
- # hyperfiddle (3)
- # jobs (3)
- # jobs-discuss (1)
- # lein-figwheel (10)
- # onyx (1)
- # pedestal (8)
- # re-frame (5)
- # reitit (4)
- # rum (1)
- # shadow-cljs (317)
- # spacemacs (24)
- # specter (9)
- # sql (2)
- # tools-deps (6)
- # yada (3)
anyone else being offered hundreds of package updates by melpa after the new server got spun up?
@j0ni yes, and confirmed by others
@colliderwriter yeah, I made https://github.com/melpa/melpa/issues/5644 and milkypostman confirmed my suspicion
i've been toying with an idea for a build tool/task runner and am thinking of using either common lisp or go
You can try compiling Clojure into native binary using GraalVM if startup is your only concern. It's way faster than Clojure on JVM or ClojureScript on NodeJS (https://github.com/nenadalm/hours-counter#graalvm-recommended).