joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
jcburley 2020-03-31T00:43:11.007100Z

@roman.bataev -- has joker.xml been removed?

Nero Vanbiervliet 2020-03-31T18:33:38.010300Z

Hi guys, I saw that file-seq is not yet implemented. Is there a workaround to still list files in a directory?

đź‘Ť 1
Nero Vanbiervliet 2020-04-01T07:11:25.010800Z

Perfect, thanks a lot!

đź‘Ť 1
jcburley 2020-03-31T23:29:26.010500Z

There’s joker.os/ls, but that doesn’t return a tree, just a flat listing, so you’d need to wrap it with a tree-walking function: https://candid82.github.io/joker/joker.os.html#ls