Created
April 18, 2016 07:59
-
-
Save aengelberg/4d8d39693a940e0038919b5fd9acb2fa to your computer and use it in GitHub Desktop.
ClojureScript REPL dump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cljs.user=> (defn stack-size [] (try (inc (stack-size)) (catch :default e 0))) | |
#'cljs.user/stack-size | |
cljs.user=> (stack-size) | |
27835 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment