joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
borkdude 2018-03-27T16:03:44.000609Z

I wonder how to do more with files than is available in joker.os. Any examples?

borkdude 2018-03-27T16:04:06.000074Z

If I understand correctly, you cannot just do interop with existing Go functions?

Candid 2018-03-27T16:06:35.000801Z

no, no interop. There has to be explicit binding, see std directory for examples. If you need particular function(s), let me know. It's often trivial to write the bindings.