Re: odd error with filter

2009-01-27 Thread Christophe Grand
bOR_ a écrit : > (filter #(:born \...@%) world) > Did you mean: (filter #(:born @%) world) ? Christophe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloju

odd error with filter

2009-01-26 Thread bOR_
Here is the error. (filter #(:born \...@%) world) java.lang.IllegalArgumentException: Start must be less than or equal to end: 2147483647, -2147483648 It is probably something I have done wrong in the code (the simulation crashed with a "java.lang.RuntimeException: Agent has errors (NO_SOURCE_FI