Fork me on GitHub
#announcements
<
2022-10-28
>
borkdude09:10:00

https://github.com/borkdude/jet: CLI to transform between JSON, EDN and Transit, powered with a minimal query language Now with support for YAML as well, powered by #C042XAQFCCU 0.3.31 (2022.10.28) • https://github.com/borkdude/jet/issues/74: Add yaml support (https://github.com/qdzo) 0.2.20 (2022.06.17) • Make suitable as clj tool 0.2.19 (2022.06.17) • Migrate CLI to https://github.com/babashka/cli • Introduce jet.main/exec which can be called as clojure CLI exec fn

jet 7
💪 5
🚀 5
🍠 2
serioga15:10:52

Yet another lazy map implementation 🙂 zizzmap — Persistent map with lazily evaluated values for Clojure(Script). https://github.com/strojure/zizzmap

🎉 4
dpsutton15:10:29

i’ve never seen this style. interesting

(extend-protocol InternalAccess
  nil,,,,,,,,,,,,,,, (internal-map [_] {})
  ObjMap,,,,,,,,,,,, (internal-map [this] this)
  PersistentArrayMap (internal-map [this] this)
  PersistentHashMap, (internal-map [this] this)
  ITransientMap,,,,, (internal-map [this] this))

serioga15:10:33

you've just seen it 🙂 Sometimes I use commas to align things

😁 1
☝️ 1
1
Kelvin22:10:17

Releasing version 0.1.1 of https://github.com/yetanalytics/flint-jena, a companion library to my https://github.com/yetanalytics/flint library. This library translates Flint EDN directly into Apache Jena objects, without the intermediate step of compiling a SPARQL string; this generally results in a doubling of performance.

🎉 8