(in-package :cl-user) ;;; Suggested start up file for CS 325 ;;; Platform: LispWorks on Windows ;;; Set the depth of trace output to a large but finite level. (setq hcl:*trace-print-level* 10) ;;; CHANGE TO YOUR EECS 325 CODE DIRECTORY (hcl:change-directory "C:/EECS325/fall09") (load "portableaserve/INSTALL.lisp") ;;; Load cs325.lisp to create the cs325 package. (eval-when (:compile-toplevel :load-toplevel :execute) (load "cs325.lisp"))