joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
borkdude 2019-01-17T15:42:57.009200Z

Joker is using some basic type checking on arguments which is nice. Could it also use return types, so it could infer that (inc (map inc nil)) would be wrong?

1💯
Candid 2019-01-23T23:21:07.009600Z

I've thought about this in the past but never got around to actually implementing it. I think this could work. I'll play with the idea when I have time.