> After correcting it, I get a new curious error:
> Unknown constant tag 44 in class file user$eval1976
> [Thrown class java.lang.ClassFormatError]
There is a difference between using load (and related functions) to
parse data, and using read (and related functions).
If you use read to parse a f
Wrapping the huge sets into vars makes it work:
https://gist.github.com/3369040
The first literal set works if it contains just the first 3282 elements (
https://gist.github.com/3369092). One element more and it does not work
anymore (https://gist.github.com/3369101) - throwing a "CompilerExceptio
There is a "return" which splits # and { on the second set definition,
translating it into a map definition:
#
{10710,
After correcting it, I get a new curious error:
*Unknown constant tag 44 in class file user$eval1976*
* [Thrown class java.lang.ClassFormatError]*
On Thu, Aug 16, 2012 at 9:44