Fork me on GitHub
#announcements
<
2023-06-22
>
Eric Scott00:06:49

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
Ferdinand Beyer12:06:26

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 10
❤️ 4
pesterhazy15:06:24

This looks very useful thanks!

👍 2
mpenet14:06:10

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