Fork me on GitHub
#announcements
<
2019-08-20
>
borkdude08:08:27

jet v0.0.9 is released. added the --collect option to collect multiple values from stdin into a vector. https://github.com/borkdude/jet/releases/tag/v0.0.9 Also added an installer script:

$ bash <(curl -s )
$ echo '{:a 1}' | jet --to json
{"a":1}

sheepy 4
mauricio.szabo22:08:21

Just published Chlorine, Atom package for Clojure and ClojureScript (connecting to a Socket REPL) version 0.1.11. On this version, multiple bug fixes, rendering code to more UNREPL objects, and allowing users to test experimental features too! Discussions on #chlorine channel.

aw_yeah 24
🎉 28