help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: postscript to lisp, plisp package error - Invalid read syntax: "#


From: Nomen Nescio
Subject: Re: postscript to lisp, plisp package error - Invalid read syntax: "#
Date: Mon, 16 Feb 2004 17:40:03 +0100 (CET)


http://www.nocrew.org/news.html?article=115
http://www.lisp.se/emacs-cl/

Will it work with plisp? The following is an excerpt


http://www.nocrew.org/cgi-bin/cvsweb/cvsweb.cgi/emacs-cl/README?rev=1.23

There are problems with the cl:function macro when its output appears
in compiled files:

 * When applied to a byte-code function the result will be printed
   with the #[...] syntax.  That works, but separate invokations of
   cl:function will result in distinct, though equal, code vectors.

 * When's applied to a subr, the result will be printed with the
   #<subr ...> syntax, which will raise a syntax error when loaded.

In general, Emacs' byte compiler doesn't preserve object identity,
which is a problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]