joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
hlship 2019-03-08T19:02:09.005600Z

I'm stumbling on, of all things, how to parse a string into a Joker Int.

hlship 2019-03-08T19:03:58.006200Z

In Clojure, this is handled via Java interop, but seems like we need a new core function to do this that calls Atoi?

hlship 2019-03-08T19:04:57.007400Z

I've forgotten the little bit of Go I've learned.

jcburley 2019-03-08T19:05:18.007900Z

Yes, and in the meantime, try combining read and with-in-str.