[Ecls-list] Using Femlisp with ECL / Bug reports
Juan Jose Garcia Ripoll
lisp at arrakis.es
Fri Sep 2 07:55:10 UTC 2005
On Wed, 2005-08-10 at 23:21 +0200, Nicolas Neuss wrote:
> At the moment, this next problem lies with constructs like the following:
>
> (DEFMETHOD GEMM (ALPHA X Y BETA Z)
> (MACROLET ((WITH-BLAS-DATA (MATRICES &REST BODY)
> `(MACROLET ()
> , at BODY)))
> (WITH-BLAS-DATA (Z Y X)
> (DECLARE (OPTIMIZE SPEED))
> Z)))
Seems like a problem with ECL's code walker. Unfortunately, this library
is required currently by CLOS. It is one of my priorities to get rid of
this dependency, but after a couple of days looking at CALL-NEXT-METHOD
it seems it is going to be a hard job.
I'll look into fixing the code walker, instead.
Sorry for the delay,
Juanjo
More information about the ecl-devel
mailing list