Hello,
I work for the psychology department of an universtiy and have been entrusted with the task to get a Common Lisp program to work. Unfortunately, I don't know anything about LISP, having only studied a semester of computer studies, all I am capable of is a little C and Java. The instructions of how to get the program to run can be found on this page:
http://cogsci.uwaterloo.ca/CoherenceCod ... tions.html
However, this didn't work for me. we have Windows XP computers here, and I was prompted to replace some filepaths in the source code. I changed it the following way.
From the default:
(load "Sanders HD:LISP:COHERE:Lisp code:utilities.lisp")
to:
(load "C:\\Programme\\Ufasoft\\Lisp\\src\\lisp\\code\\COHERE\\Lisp code\\utilities.lisp")
When I try to run the cohere-start file with Lisp-Studio as instructed I get a "Cell-Error" with which I don't know what to do.
Also, is Lisp-Studio a reasonable compiler?
I know this is asking very much of you guys but I would be happy for any help.
Thanks a lot.
I work for the psychology department of an universtiy and have been entrusted with the task to get a Common Lisp program to work. Unfortunately, I don't know anything about LISP, having only studied a semester of computer studies, all I am capable of is a little C and Java. The instructions of how to get the program to run can be found on this page:
http://cogsci.uwaterloo.ca/CoherenceCod ... tions.html
However, this didn't work for me. we have Windows XP computers here, and I was prompted to replace some filepaths in the source code. I changed it the following way.
From the default:
(load "Sanders HD:LISP:COHERE:Lisp code:utilities.lisp")
to:
(load "C:\\Programme\\Ufasoft\\Lisp\\src\\lisp\\code\\COHERE\\Lisp code\\utilities.lisp")
When I try to run the cohere-start file with Lisp-Studio as instructed I get a "Cell-Error" with which I don't know what to do.
Also, is Lisp-Studio a reasonable compiler?
I know this is asking very much of you guys but I would be happy for any help.
Thanks a lot.