(Fwd) ACT & LISP

Daniel J Bothell db30+ at andrew.cmu.edu
Fri Dec 10 15:27:27 EST 1999


Excerpts from mail: 10-Dec-99 Re: (Fwd) ACT & LISP by Wolfgang Schoppek at osf1.g 
>  
> > Or is it better to define the functions in a LISP-file
> > and load the file before each model run ? (how) ?
>  
> This might be better, if your LISP code is quite large and you don't want
> (or need) to load it each time you reload your model. Files can be loaded
> with the programming environment or with the funktion (load ...).


    If you are running the Windows version of the environment there is
a performance advantage to using the Misc window.  ACL does not compile
functions when they are loaded (MCL compiles everything by default).  To
improve performance, the environment compiles the Misc window when you
open a model and whenever you press the reload button on the Control 
Panel.  Files included with the model are not compiled.  You could compile
the files manually, and then load the fasl with a load call in the model, 
but you would not be able to edit the file using the model manager, 
because it would try to open the fasl for editing.  You could also use the
compile function to load the file, but then it would not be included 
in the model manager list of files.


Dan 



More information about the ACT-R-users mailing list