Python syntax in Lisp and Scheme

Pascal Costanza costanza at web.de
Fri Oct 10 07:18:39 EDT 2003


Andrew Dalke wrote:
> Pascal Costanza:
> 
>>Furthermore note that this is not an implementation difference. The ANSI
>>standard defines the function COMPILE.
> 
> 
> Is the implementation free to *not* compile the code when the
> COMPILE function is called?  That is, to leave it as is?  How
> would a user tell the difference without running a timing test?

...by looking at the documentation. ;)


Seriously, ANSI CL defines "minimal compilation". See 
http://www.lispworks.com/reference/HyperSpec/Body/03_bbb.htm

Most CL implementations do more than that.


Pascal

-- 
Pascal Costanza               University of Bonn
mailto:costanza at web.de        Institute of Computer Science III
http://www.pascalcostanza.de  Römerstr. 164, D-53117 Bonn (Germany)





More information about the Python-list mailing list