joker

hlship 2019-11-26T23:59:57.119400Z

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.

👍 1
Candid 2019-11-27T03:45:08.119600Z

not quite, since thread spawns a separate thread while Joker's go doesn't. Joker remains single threaded.

Candid 2019-11-27T03:45:56.119800Z

it's more like ClojureScript's go I think.

hlship 2019-11-27T17:50:54.121400Z

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 2019-11-26T01:38:43.117600Z

@gonewest818 has left the channel