Skip to content

Instantly share code, notes, and snippets.

@icambron
Created April 23, 2015 21:44
Show Gist options
  • Save icambron/cdbfa8475d6ba1595fab to your computer and use it in GitHub Desktop.
Save icambron/cdbfa8475d6ba1595fab to your computer and use it in GitHub Desktop.
dev=> (defn foo [] (async/go 5))
#'dev/foo
dev=> (defn bar [] (fn [] (async/go (apply #(inc (async/<! (foo)))))))
CompilerException java.lang.IllegalArgumentException: No method in multimethod '-item-to-ssa' for dispatch value: :fn, compiling:(/private/var/folders/xr/sn8c5pb14yb6srt18k_jhdj00000gn/T/form-init9020384603647184494.clj:1:21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment