@base698 has joined the channel
how would you read from stdin? I'm looking to read json from stdin and parse with joker.json/read-string. Something like curl | joker -e '(joker.json/read-string (slurp stdin))'
joker.json/read-string.
curl | joker -e '(joker.json/read-string (slurp stdin))'
gah, works just like clojure
sorry 🙂