joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
jcburley 2019-02-02T17:39:18.017200Z

FWIW, I've made a bit more progress (though much more slowly than I expected, due to being busy with other stuff), and now my version of Joker supports some rudimentary constructors for Go types, which help support calling Go APIs that are made available by this version as well. See: https://github.com/jcburley/joker#the-gostd-namespaces

jcburley 2019-02-02T17:40:45.017400Z

There's still much to do, such as supporting conversion of non-trivial Go types into Clojure form and supporting methods aka receivers -- these are my next big tasks on this particular project, before tackling "broadening" the existing support.

borkdude 2019-02-02T21:09:13.017900Z

Great work @roman.bataev šŸ™‚ https://twitter.com/borkdude/status/1091797983178473475

1šŸ’Æ
jcburley 2019-02-02T21:27:50.018100Z

I plan to regularly update this page with the latest set of supporting (wrapped) Go APIs, per architecture/OS combination Iā€™m currently using: https://burleyarch.com/joker/docs/