Looking at https://github.com/candid82/joker/commit/a187d551fffa62e379972777dc9f410e97fae634 , it looks like joker.core/go
is more like clojure.core.async/thread
than clojure.core.async/go
. Either way I'm excited for the async potential.
I was thinking about how JVM go
rewrites your code like crazy and JVM thread
just wraps it in a function for execution on a thread. Not as familiar with CLS go
.