[plt-scheme] read (compiled): ill-formed code

From: Jos Koot (jos.koot at telefonica.net)
Date: Thu Aug 3 02:41:10 EDT 2006

Muchas gracias
That's quick.
Jos Koot
((((lambda(x)((((((x x)x)x)x)x)x))
   (lambda(x)(lambda(y)(x(x y)))))
  (lambda(x)(write x)x))
 "greetings, Jos")
----- Original Message ----- 
From: "Matthew Flatt" <mflatt at cs.utah.edu>
To: "Jos Koot" <jos.koot at telefonica.net>
Cc: "PLT-list" <plt-scheme at list.cs.brown.edu>
Sent: Wednesday, August 02, 2006 9:33 PM
Subject: Re: [plt-scheme] read (compiled): ill-formed code


> At Wed, 2 Aug 2006 20:15:10 +0200, "Jos Koot" wrote:
>> I just downloaded 352.2, recompiled some scm sources and get
>> read (compiled): ill-formed code ...
>> when loading a compiled file (zo). No problems when loading the 
>> corresponding source (scm) file
> 
> This was a bug in the bytecode verifier (related to the new
> lambda-lifting optimization). It's now fixed in SVN.
> 
> Thanks,
> Matthew
>


Posted on the users mailing list.