Re: Help with a ClassCastException

2011-02-08 Thread John Svazic
That was it, thanks! On Feb 8, 5:01 pm, Alex Osborne wrote: > John Svazic writes: > > Snipping to the relevant portion of the exception (always look at the > last "Caused by"): > > > Caused by: java.lang.ClassCastException: clojure.lang.Cons cannot be > > cast to clojure.lang.Associative > >    

Re: Help with a ClassCastException

2011-02-08 Thread Alex Osborne
John Svazic writes: Snipping to the relevant portion of the exception (always look at the last "Caused by"): > Caused by: java.lang.ClassCastException: clojure.lang.Cons cannot be > cast to clojure.lang.Associative > at clojure.lang.RT.assoc(RT.java:664) > at net.auxesia.chromoso

Help with a ClassCastException

2011-02-08 Thread John Svazic
So I've put together a small genetic algorithm simulation that I've written in Java which I have recently ported to Clojure. While the code looks sound from my perspective, yet I get the following exception when I run my uberjar: Exception in thread "main" java.lang.RuntimeException: java.lang.Cl