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.
not quite, since thread spawns a separate thread while Joker's go doesn't. Joker remains single threaded.
it's more like ClojureScript's go I think.
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.
@gonewest818 has left the channel