Thanks for the updates!
Alexander
2008/10/18 Rich Hickey <[EMAIL PROTECTED]>
>
>
>
> On Oct 18, 11:42 am, Alexander Kjeldaas <[EMAIL PROTECTED]>
> wrote:
> > The following fails for me:
> >
> > (load-string
> >(format "(quote (%s))"
> >(nth (iterate #(format "%s%s" % %) "(1 2 3 4)") 1
On Oct 18, 11:42 am, Alexander Kjeldaas <[EMAIL PROTECTED]>
wrote:
> The following fails for me:
>
> (load-string
>(format "(quote (%s))"
>(nth (iterate #(format "%s%s" % %) "(1 2 3 4)") 13)))
> java.lang.ClassFormatError: Unknown constant tag 32 in class file user/
> eval__2485 (NO_
The following fails for me:
(load-string
(format "(quote (%s))"
(nth (iterate #(format "%s%s" % %) "(1 2 3 4)") 13)))
java.lang.ClassFormatError: Unknown constant tag 32 in class file user/
eval__2485 (NO_SOURCE_FILE:0)
With 12 as the argument to nth, it works.
Alexander
--~--~---