joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
Candid 2019-05-14T03:37:16.012800Z

there was a bug in joker.os/exec that is now fixed: https://github.com/candid82/joker/commit/f0e093341cf5c916ffb99e51bcc1227dc3e655a3

Candid 2019-05-14T03:37:54.013Z

this now works:

> echo hi | ./joker -e '(pprint (joker.os/exec "cat" {:stdin :pipe}))'
{:success true,
 :exit 0,
 :out "hi\n",
 :err ""}