This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-22
Channels
- # ai (1)
- # announcements (4)
- # babashka (23)
- # beginners (27)
- # biff (17)
- # calva (5)
- # clerk (6)
- # clj-commons (27)
- # clj-kondo (35)
- # clojars (12)
- # clojure (27)
- # clojure-denver (3)
- # clojure-europe (71)
- # clojure-norway (7)
- # clojure-spec (5)
- # clojure-uk (2)
- # clojurescript (45)
- # data-science (9)
- # datomic (4)
- # dev-tooling (2)
- # devcards (1)
- # hoplon (2)
- # hyperfiddle (36)
- # introduce-yourself (3)
- # malli (11)
- # missionary (2)
- # off-topic (63)
- # polylith (5)
- # rdf (2)
- # reagent (12)
- # schema (1)
- # shadow-cljs (11)
- # sql (6)
- # tools-deps (23)
- # xtdb (6)
https://github.com/ont-app/vocabulary Among other things this has a new feature to encode RDF-style tagged literals:
> (voc/tag (short 42))
#voc/dstr "42^^xsd:short"
> (voc/untag #voc/dstr "42^^xsd:short")
42
> (type *1)
java.lang.Short
> (voc/tag 2.2 :unit/Meter)
#voc/dstr "2.2^^unit:Meter"
> (defn meters-to-feet [m] (* 3.280839895 m))
> (voc/untag #voc/dstr "2.2^^unit:Meter" #(-> % str read-string meters-to-feet))
7.217847769000001
👍 8
🎉 10
https://github.com/scarletcomply/license-finder v0.2.0 is now available, now supporting Leiningen’s project.clj
files. Thanks to @rafaeldelboni for contributing this!
🎉 12
![opensource](https://emoji.slack-edge.com/T03RZGPFR/opensource/46c352d653fdc55e.png)
❤️ 4
https://github.com/mpenet/auspex 1.0.2 is out. It fixes an issue with stack consumption in a/loop & a/recur and moves the repo to tools.deps
💪 6
🎉 6