Skip to content

Instantly share code, notes, and snippets.

@yayitswei
Created April 5, 2012 05:28
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 yayitswei/2308223 to your computer and use it in GitHub Desktop.
Save yayitswei/2308223 to your computer and use it in GitHub Desktop.
bottime-gae.core=> (baseline/run-threads 1 1)
#<ArityException clojure.lang.ArityException: Wrong number of args (1) passed to: baseline$run-threads$fn>
bottime-gae.core=> (baseline/run-threads 1)
#<ArityException clojure.lang.ArityException: Wrong number of args (1) passed to: baseline$run-threads>
bottime-gae.core=> (baseline/run-threads)
#<ArityException clojure.lang.ArityException: Wrong number of args (0) passed to: baseline$run-threads>
bottime-gae.core=> (baseline/run-threads 1 2 3)
#<ArityException clojure.lang.ArityException: Wrong number of args (3) passed to: baseline$run-threads>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment