Hi Kenny,
I just updated Cells from CVS and found a file "variables.lisp" mentioned in the ACL project file ("cells.lpr"). This is not to be found in the ASDF project file cells.asd.
As I think the .asd and the .lpr should be equal in meaning I think you introduced variables.lisp recently but just did not check it into CVS. Or am I wrong?
Thx for info.
Cheers, Frank
Frank Goenninger wrote:
Hi Kenny,
I just updated Cells from CVS and found a file "variables.lisp" mentioned in the ACL project file ("cells.lpr"). This is not to be found in the ASDF project file cells.asd.
After someone asked on c.l.l I spent a day on making a defparameter a Cell. The test worked but then I think I tried it live and it failed and I decided I better get back to work on Algebra (but apparently never took it out of my LPR).
Since it does not work and it was just a curiosity I did not feel it should go in the code base.
I'll chop it from the LPR so as not to mislead further.
ken
After someone asked on c.l.l I spent a day on making a defparameter a Cell. The test worked but then I think I tried it live and it failed and I decided I better get back to work on Algebra (but apparently never took it out of my LPR).
while making a clet in computed-class i've also played with the idea of a cell in a defparameter, but i couldn't come up with anything without symbol-macrolet. i think that can't be done transparently with standard common lisp constructs.