Skip to content

Instantly share code, notes, and snippets.

@pjstadig
Created June 29, 2010 14:36
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 pjstadig/9185dca57057102d765a to your computer and use it in GitHub Desktop.
Save pjstadig/9185dca57057102d765a to your computer and use it in GitHub Desktop.
paul@samson:~/src/sonian/sa-safe$ clojure
Clojure 1.2.0-master-SNAPSHOT
user=> (defn foo [map])
#'user/foo
user=> (loop [x nil] (eval (read-string "(foo #=(clojure.lang.PersistentArrayMap/create {:some \"keywords\" :and \"strings\"}))")) (recur nil))
java.lang.OutOfMemoryError: GC overhead limit exceeded (NO_SOURCE_FILE:2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment