This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-05
Channels
- # announcements (17)
- # aws (1)
- # babashka (68)
- # beginners (88)
- # calva (85)
- # chlorine-clover (10)
- # cider (5)
- # cljsrn (4)
- # clojure (99)
- # clojure-android (1)
- # clojure-denmark (1)
- # clojure-europe (15)
- # clojure-italy (5)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (67)
- # clojurescript (44)
- # core-async (44)
- # cryogen (4)
- # cursive (22)
- # data-science (2)
- # datascript (10)
- # datomic (29)
- # duct (11)
- # editors (2)
- # emacs (2)
- # events (1)
- # fulcro (28)
- # ghostwheel (7)
- # graalvm (8)
- # instaparse (6)
- # java (34)
- # jobs (9)
- # jobs-discuss (71)
- # juxt (12)
- # luminus (3)
- # malli (15)
- # meander (9)
- # nrepl (4)
- # off-topic (44)
- # pathom (13)
- # reagent (22)
- # schema (1)
- # shadow-cljs (39)
- # spacemacs (2)
- # test-check (1)
- # tree-sitter (5)
- # xtdb (5)
- # yada (1)
Clojure 1.10.2-alpha1 is now available https://clojure.org/community/devchangelog#_release_1_10_2


⢠https://clojure.atlassian.net/browse/CLJ-1472 Ensure monitor object is on stack, for verifiers ⢠https://clojure.atlassian.net/browse/CLJ-2502 Fix reflection warnings in clojure.stacktrace/print-stack-trace ⢠https://clojure.atlassian.net/browse/CLJ-2517 More fixes for invocation of static interface methods with primitive args
Auto-correct and emotional reactions lead to appearances of emotional instability š
Probably best discussed in #clojure or #clojure-android (I do not know if the second one is used much)
We're running 1.10.2-alpha1 for dev at work. I'm running it on openjdk 14, I think my colleague is using openjdk 11 (which is what we have in production). Will report back if we find anything "odd".
Fulcro 3.1.17 released to Clojars, includes new support for React Hooks to expand compatibility with vanilla js React libraries. https://github.com/fulcrologic/fulcro http://book.fulcrologic.com/#_react_hooks_support


Netlify [1] now includes the Clojure CLI in its build image. [2] Netlify is a convenient, dev-friendly way to deploy and host static sites, with a generous free tier. I've written a minimalist static-site generator in Clojure [3] so that I can create sites ([4], [5]) with Markdown content, and it's easy to set up continuous deployment from GitHub/GitLab. It even lets you host custom domain names (bought separately) in the free plan. (I'm not affiliated, just a fan.) [1] https://www.netlify.com/ [2] https://github.com/netlify/build-image/pull/289 [3] https://gitlab.com/unc-app-lab/clj-ssg/ [4] https://comp590-s20.cs.unc.edu/ [5] https://gitlab.com/jeff.terrell/comp590-software-arch-website/

Netlify is amazing!!!
It was just last night that I needed them in a CI flow, and ended up having to self-install, this is excellent!
I was about to say the only issue I had with netlify was lack of server logs, but apparently they have. It costs 9usd/month/website though. It seems fair enough, but I don't really know the usual prices for that
For a static site what kind of server logs do you really need? According to their doc (I'm no user but curious) the serverless function add-on available on the free tier also offers logs for the last hour.
Unrelated to post: Thanks a lot for posting your lectures on YouTube! Are very helpful š„
Wow! Didn't realize people were actually watching them. But you're welcome!
Don't forget to mention the amazing immutable deployment features of Netlify, reminiscent of Datomic and Git š (also an unaffiliated fan)