[Ecls-list] bug
Juan Jose Garcia-Ripoll
worm at arrakis.es
Wed Jan 14 07:55:02 UTC 2004
On Tuesday 13 January 2004 19:57, Frederik Fouvry wrote:
> It is reported that
> (defparameter *foo* 42)
>
> (defun bar ()
> (let ((*foo* 42))
> ...))
> gives problems when compiling (ecl9c). Has this been fixed in
> the meantime?
I have tested this code both with ecl0.9c and the latest CVS version. More
precisely, I compiled and loaded and executed this without problems:
(defparameter *foo* 42)
(defun bar ()
(let ((*foo* 43))
(print *foo*)))
AFAI remember, ecl never had problems handling special variables. Maybe the
problem lays somewhere else in the code.
Regards
Juanjo
More information about the ecl-devel
mailing list