This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-09
Channels
- # announcements (12)
- # babashka (22)
- # beginners (17)
- # boot (6)
- # calva (45)
- # clj-kondo (17)
- # clojure (70)
- # clojure-australia (4)
- # clojure-europe (35)
- # clojure-finland (6)
- # clojure-losangeles (2)
- # clojure-nl (1)
- # clojure-uk (2)
- # clojured (26)
- # clojurescript (10)
- # conjure (1)
- # datahike (1)
- # events (1)
- # honeysql (14)
- # introduce-yourself (5)
- # jobs (5)
- # joyride (2)
- # minecraft (6)
- # off-topic (5)
- # pathom (14)
- # rewrite-clj (1)
- # shadow-cljs (13)
- # tools-build (6)
- # tools-deps (13)
- # vim (29)
- # xtdb (8)
rewrite-clj v1.1.45 (the 45th release of rewrite-clj!)
Finally decided to drop the alpha status.
Highlights from the https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v1145:
• now properly escaping inline double quotes for coerced strings https://github.com/clj-commons/rewrite-clj/issues/176 - thanks to @ivar.refsdal for raising the issue!
• renamed zipper creation functions that take a rewrite-clj node as input. The old names did not reflect their purpose which led to confusion. Old functions will remain but are marked as deprecated. https://github.com/clj-commons/rewrite-clj/issues/178
◦ rewrite-clj.zip/edn
→ rewrite-clj.zip/of-node
◦ rewrite-clj.zip/edn*
→ rewrite-clj.zip/of-node*
Thanks a bunch! 😻
Closing in on a v1.0 release, but here is hermes v0.12.681 https://github.com/wardle/hermes/releaseshttps://github.com/wardle/hermes/releases- smaller, with fewer transitive dependencies. Deployed in one of the largest emergency units in the UK, in the University Hospital of Wales, Cardiff, UK. This is a Clojure rewrite of tools previously written in java, and then later in Go, but this clojure version is far more capable with a fraction of the number of lines of code. This is an implementation of SNOMED CT, an international clinical terminology and ontology.
Hey Mark - I just spotted "effective-time" in the code base 🙂 ...there are a lot of similarities with XTDB in fact - we should definitely chat/meet sometime! Btw, it looks like your link has a stray '-' at the end https://github.com/wardle/hermes/releases/tag/v0.12.681
yep, the - in there threw me off, too
This is nothing as complex or sophisticated as xtdb, but it does use Lucene and lmdb as backend stores to help deal with the size of this terminology. I am planning on using xtdb for a clinical data repository next! Would be great to chat.
Clojure CLI https://clojure.org/releases/tools#v1.11.1.1119 is now available
• https://clojure.atlassian.net/browse/TDEPS-213 - Add -X:deps aliases
to list available aliases
• https://clojure.atlassian.net/browse/TDEPS-226 - More nunanced error handling for s3 downloads
• Better error message when git url can’t be inferred
clojure -X:deps aliases
is nice -- thankyou!
Dart->Clojure 0.1.10 released Release https://github.com/Liverm0r/DartClojure/releases/tag/0.1.10. Highlights: • Great thanks to @pez 🙏 for supporting cljc. Now it could be used from cljs world (not tested extensively though); • Support multiple vars declarations: