author | maintainer |
---|---|
John L. Pollock |
Chun Tian (binghe) |
Official website: http://johnpollock.us/ftp/OSCAR-web-page/oscar.html
- Macintosh Common Lisp 4.2 (on PPC/Mac OS X)
- Macintosh Common Lisp (RMCL) 5.2, 6.0
- LispWorks 6.1, 7.0, 7.1 (version <= 6.0 doesn't work!)
- CMU Common Lisp 21b
- SBCL 1.3.19
- Clozure CL 1.11
- Add OSCAR's directory into ASDF's central-registry
- Start Common Lisp REPL
- Run the following command :
(asdf:load-system :oscar)
NOTE: if you're also using MCL, before calling ASDF please change the value of oscar-pathname
at the end of package.lisp
to your absolute path of OSCAR home pathname, in Mac OS 9 classic format.
"This license is too restrictive for inclusion in Quicklisp, sorry." -- Zach Beane, August 28, 2017
see quicklisp/quicklisp-projects#1378 (comment) for details.
- Change current Lisp package to OSCAR:
(in-package :oscar)
- Run
(initialize-graphics)
- Manually load 2 more Lisp files (in same order as below) without compilation:
- Execute
(load #p"OSCAR:rules.lisp")
, - Execute
(load #p"OSCAR:combined-problems.lisp")
,
- Change current Lisp package to OSCAR
- Execute
(oscar:test n)
(n
is the problem number, 1-104) or just(oscar:test)
- Execute
(load #p"OSCAR:perception-causes.lisp")
- Execute
(load #p"OSCAR:pc-examples.lisp")