Joker is a small interpreted dialect of Clojure written in Go. It is also a Clojure(Script) linter.
Write scripts in Clojure
- Fast startup time
- Sane error messages and stacktraces
- Batteries included: send HTTP requests, read and parse JSON, work with file system, start external processes etc
Check your Clojure(Script) code on the fly
- Works with all major editors
- Checks for syntax errors, function arity mismatches, unresolvable symbols, unused namespaces, vars, bindings and much more