[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with centaur_1.2




Hello,
       I have a (sort of) answer to your first question:

=> - When executing my TYPOL programs, I have the following message : " no room 
=>    for list ".

I get that one a lot too. It usually happens when I have loaded code
to interpret one language (say typol) and then (in the same centaur
session) I load code to typecheck or interpret another. It seems
that there is limited space for language descriptions in centaur.

One (messy) way of avoiding it is to start up centaur again and 
only load the language description you need.

Another possible solution is to run centaur with more memory by
supplying centaur with a numeric argument like
    
      % centaur 500

But I haven't tested this method very much (and it does make centaur
run slowly). 

Perhaps there is a Le-Lisp command to clear away lists once the user
has finished with them (maybe there are some specialists out there
that can answer this one).


Brad Alexander