On 21/01/13 17:07, Jim - FooBar(); wrote:
On 21/01/13 16:47, AtKaaZ wrote:
Could you retry using this
-XX:-UseCompressedOops


surprisingly this worked! I don't get that error anymore... I used to have it but i thought it was completely unnecessary...I don't understand how this affects the runtime of my program!

Jim

also I Just tried eval-ing the call to mapv and it compiles and runs just fine!!!! I'm totally baffled...

So to sum up:

this fails:

(def ^:const mappings-8x8
  (mapv #(apply vector-of :int %) [[0 0] [1 0] [2 0]]))

this succeeds:

(def ^:const mappings-8x8
  (eval (mapv #(apply vector-of :int %) [[0 0] [1 0] [2 0]])))


this is beyond me!

Jim




--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to