Skip to content

Instantly share code, notes, and snippets.

@swannodette
Forked from mmcgrana/trace_results.txt
Created October 27, 2010 16:09
Show Gist options
  • Save swannodette/649351 to your computer and use it in GitHub Desktop.
Save swannodette/649351 to your computer and use it in GitHub Desktop.
== clj-stacktrace.repl
I regret to inform you that you are doing it wrong.
trace_test.clj:4 user/biz
... (defn biz [] ...
trace_test.clj:8 user/bat[fn]
... (let [f (fn [] (biz))] ...
trace_test.clj:9 user/bat
... (f)))) ...
trace_test.clj:13 user/bar
... (bat) ...
trace_test.clj:18 user/foo
... (bar)) ...
trace_test.clj:21 user/eval103
... (foo) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment