Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviflax/d7f8df55936892253142910d79b56b9d to your computer and use it in GitHub Desktop.
Save aviflax/d7f8df55936892253142910d79b56b9d to your computer and use it in GitHub Desktop.

Testing

Test Runners

Linting

  • kibit is a static code analyzer for Clojure, ClojureScript, cljx and other Clojure variants. It uses core.logic to search for patterns of code that could be rewritten with a more idiomatic function or macro.
  • Eastwood is a Clojure lint tool that uses the tools.analyzer and tools.analyzer.jvm libraries to inspect namespaces and report possible problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment