joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/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
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.