Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Created February 6, 2014 17:37
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 frenchy64/8848928 to your computer and use it in GitHub Desktop.
Save frenchy64/8848928 to your computer and use it in GitHub Desktop.
dynalint
Without dynalint:
(first 1)
IllegalArgumentException Don't know how to create ISeq from: java.lang.Long clojure.lang.RT.seqFrom (RT.java:505)
With dynalint:
(first 1)
ExceptionInfo ERROR (Dynalint id 4): First argument to clojure.core/first must be seqable: 1 (instance of class java.lang.Long) clojure.core/ex-info (core.clj:4327)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment