joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
maio 2019-09-20T18:38:28.008400Z

Hello! Any idea how to get current user's homedir? (I want to create some dir there but (mkdir "~/.foobar" 0755) doesn't work)

jcburley 2019-09-20T18:41:23.008500Z

Try (get (joker.os/env) "HOME")?

👍 1