This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-14
Channels
- # announcements (13)
- # aws (2)
- # babashka (17)
- # beginners (80)
- # biff (10)
- # cljs-dev (51)
- # cljsrn (6)
- # clojure (42)
- # clojure-australia (9)
- # clojure-boston (2)
- # clojure-europe (17)
- # clojure-sweden (3)
- # clojure-uk (53)
- # clojurescript (44)
- # code-reviews (2)
- # core-async (5)
- # cryogen (3)
- # cursive (32)
- # datahike (1)
- # datomic (11)
- # events (1)
- # fulcro (22)
- # helix (3)
- # honeysql (3)
- # leiningen (4)
- # lsp (30)
- # luminus (13)
- # malli (5)
- # off-topic (115)
- # other-languages (5)
- # pathom (10)
- # polylith (23)
- # re-frame (24)
- # reagent (10)
- # releases (2)
- # shadow-cljs (124)
New release for ! https://github.com/wilkerlucio/pathom-viz/releases/tag/v2021.5.13 - Now app is signed and notarized on MacOS, no need to go around gatekeeper anymore! - Pathom Viz will now auto-update - Double click on Graph View will fit the nodes, easy way to recover in case the pan/zoom gets lost
org.clojure/data.json 2.3.0 is now available ā¢ Fix https://clojure.atlassian.net/browse/DJSON-48: Make array parsing match spec - thanks @nbtheduke! ā¢ Fix https://clojure.atlassian.net/browse/DJSON-18: Make pprint-json much faster - thanks Nikita Prokopov for the idea+tests and @slipset for adapation into current
Announcing americano, for when you want to water down your Clojure with a little bit of Java. It provides a way to compile Java code from the Clojure CLI without code! The 1.0.0 release was just put out on Clojars. https://github.com/IGJoshua/americano
That looks really nice @U5NCUG8NR!
Thanks! I was looking for something that could replace Badigeon or a bespoke thing in my Conditions library, and I noticed nothing else supports Java compilation by configuration, so I figured I should write it! At the moment the only thing it's lacking as far as I can tell is proper annotation support.
Awesome! I was thinking in creating something like that last time I had that issue, well done!
Awesome! I'm excited to see the results there!
Thanks @U050KSS8M!
local, It works great @U5NCUG8NR! But the CI failed, maybe related with support for java8? https://github.com/clojure-lsp/clojure-lsp/runs/2590918728
I opened this issue: https://github.com/IGJoshua/americano/issues/1