I thought I'd share a little shell script that I came up with to run ACT-R 6 under Linux with the GUI, in case anybody else wants to do that. <div><br></div><div>My approach follows the procedures set out in the ACT-R 6 readme. To make it work, I made a few changes to my system:</div>
<div>1. I installed Clozure Common Lisp (CCL) [1] instead of the more typical Common Lisp (CLISP), following their instructions for setting the path, etc</div><div>2. I saved ACT-R6 into a directory where I put code ~/Code/actr6 </div>
<div>3. I created a copy of the 'load-act-r-6' startup script by adding a new line at the bottom that calls the '(start-environment)'</div><div>4. Then I wrote a little bash script [2] that performs the readme steps in the right order so that I only have to call a single file to have my ACT-R and the Tcl/Tk GUI, too</div>
<div><br><div>[1] <a href="http://ccl.clozure.com/">http://ccl.clozure.com/</a></div><div>[2] <a href="https://gist.github.com/usuallycwdillon/5025926">https://gist.github.com/usuallycwdillon/5025926</a></div><div><br></div>
<div>R,</div><div>Clarence</div><div><br></div></div>