Subject: load(draw) is very slow (takes about 13 seconds)
From: Raymond Toy
Date: Wed, 27 Mar 2013 13:10:41 -0700
>>>>> "Volker" == Volker van Nek <volkervannek at gmail.com> writes:
Volker> Hi Mario,
Volker> I downloaded and checked the new files in GCL, ECL, SBCL, CMUCL, CCL
Volker> and CLISP. All compilations and loads work fine.
Volker> The only comment I have to make is that in batch mode
Volker> batch ("rtest_draw.mac") $
Volker> I experienced an infinite loop in the last two tests with GCL and ECL.
Volker> No problem in demo mode.
I tried this batch for the first time. With cmucl, I get an error
with the line
:lisp (defun |$g| (x) (m* x x x)) $
This produces an error about trying to eval $, which is undefined.
Removing the trailing "$" allows the batch command to finish. Nice
demos. :-)
Ray