mcl

Increase Minimum Stack Overflow Size in Mac Common Lisp 5.0

Hi, I'm relatively new to Lisp (I just know the very basics) and I'm currently trying to run an algorithmic composition program created by David Cope. It runs in MCL 5.0, and I keep getting the following error: Error in process play: Stack overflow on value stack. To globally increase stack space, increase *minimum-stack-overflow-...

Fixing GC error in Mac Common Lisp 5.0

Hi all, I'm fairly new to Lisp, and I'm trying to run an algorithmic music application on the original MCL 5.0 (not the RMCL version). The program works by incrementally inputting textual representations of music, and learning from the user via an association net. Unfortunately, shortly after I begin inputting the text, I begin to see t...