joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
hoppy 2019-12-01T16:08:17.130600Z

ok, I'm a joker n00b. What is the idiomatic way to throw an exception (aka what is the exception type?)

hoppy 2019-12-01T16:09:46.130900Z

nm, found it: ex-info

Candid 2019-12-01T20:13:09.131600Z

Joker v0.14.0 is released: https://github.com/candid82/joker/releases/tag/v0.14.0

👍 2
Candid 2019-12-01T20:15:45.133300Z

it now supports concurrency (core.async style) with goroutines and channels. See https://candid82.github.io/joker/joker.core.html#go for details. Concurrency primitives are currently limited to go, chan, <! and >!.

👍 2
🎉 3
hlship 2019-12-01T20:34:42.134200Z

Excellent! I want to try out ns-sources as well.