joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
hlship 2019-12-09T21:52:51.178100Z

So, I'm quite optimistic about using Joker's ns-sources to load libraries from the Internet; I think it could be improved (direct support for sources from GitHub, for example) ... much like the variants supported by Clojure deps.edn dependencies. However, I am concerned about dependency hell; I think a good convention would be that extensions should not, themselves, use ns-sources, but should be self contained. That being said, I'd love to have a port of better-cond https://github.com/Engelberg/better-cond available and this feels like something that could be a built-in library, rather than an external, since it's something small, well understood, generally applicable, etc. Happy to put together a PR.

1👍
jcburley 2019-12-16T10:12:13.001700Z

That looks really cool!

hlship 2019-12-20T00:40:45.000100Z

https://github.com/candid82/joker/pull/303