[Bug-openmcl] Help with Problem/Bug?
Warren A. Hunt Jr.
hunt at cs.utexas.edu
Wed Dec 17 07:46:16 MST 2003
Hi,
I have enjoyed using openmcl. I first want to thank everyone that
helps make this software available.
Is there a way to extend the "control stack"? My program failed when
I attempted to take the length of a medium-sized list (around 65,000)
elements because it exhausted the control stack.
> Error: Stack overflow on control stack.
> While executing: LEN
> Type :POP to abort.
Type :? for other options.
1 > ?
The definition of LEN is:
(defun len (x)
(if (atom x)
0
(1+ (len (cdr x)))))
Is there a manual of any kind manual for "openmcl"?
Thanks,
Warren
++++++
Professor Warren A. Hunt, Jr.
Associate Chair for External Affairs
The Department of Computer Sciences
Taylor Hall, M/S C0500
The University of Texas
Austin, TX 78712-1188
E-mail: hunt at cs.utexas.edu
Tel: +1 512 471 9748
FAX: +1 512 471 8885
More information about the Bug-openmcl
mailing list