joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
hairfire 2019-06-14T16:06:37.021600Z

New to Joker, been doing Clojure for a couple of years.

hairfire 2019-06-14T16:09:08.025Z

A couple of questions: (1) Any "built-in" way to translate '~' to "HOME" in file paths?, and (2) How to write scripts that pull in other scripts (i.e. In :require [myscript.stuff :as stuff] where do I pult the file, what is its name?). Thanks!