Discuss all things joker, the Clojure interpreter/linter on top of Go.
https://github.com/candid82/joker
2020-01-07T22:35:01.017100Z
how would you read from stdin? I'm looking to read json from stdin and parse with joker.json/read-string. Something like curl <http://example> | joker -e '(joker.json/read-string (slurp stdin))'