[Gcl-devel] load and package interaction

2007-08-05 Thread Gabriel Dos Reis
Camm -- I came across a strange behaviour of GCL-2.6.8pre (CVS) that I believe might be a GCL bug. What follows is a reduction of the issue. Consider 3 files: * file f.lisp contains: (defpackage "FOO") * file g.lisp contains: (eval-when (eval load compile)

Re: [Gcl-devel] Compile foo.mac on Maxima

2007-08-05 Thread Yoriaki FUJIMORI
Dear listers, I wrote some inadequate information in my previous email. So, I rewrite it; I have written foo.mac, a code of simplex algorithm for class room LP problems. (I know there has been a contribution of simplex algorithm in maxima distribution. But, it seems that this contribution does

[Gcl-devel] Compile foo.mac on Maxima

2007-08-05 Thread Yoriaki FUJIMORI
Dear listers, I have written foo.mac, a code of simplex algorithm for class room LP problems. (I know there has been a contribution of simplex algorithm in maxima distribution. But, it seems that this contribution does not solve LP with equality constraints.) Foo.mac runs well on the interpreter