Re: creating map throws ArrayIndexOutOfBounds (inconsistently)

2010-08-28 Thread santervo
It happens like this: In my keyboard, I get } with AltGr-0 Now, if I type { :a { :b C } }, and hold space down while typing AltGr-0, I get ArrayIndexOutOfBounds. In the screen there is no difference when holding the space down. Also, if i hold AltGr down after typing { (AltGr-7) when pressing

creating map throws ArrayIndexOutOfBounds (inconsistently)

2010-08-27 Thread santervo
I get sometimes ArrayIndexOutOfBounds in repl when creating a nested map, using exactly same syntax (clojure 1.2): user= { :a { :b C } } {:a {:b C}} user= { :a { :b C } } Exception in thread main java.lang.reflect.InvocationTargetException at