[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
regarding usage of sample code
I am not sure if I mentioned this.. the sample working code I provided
loads itself into a package called rao. (Lisp uses different name
spaces, so you can have the same variable name in different
spaces/packages). This way, you can keep my code loaded while loading
and working on your code in the top level (cl-user) package.
To see how to use my code, do
(rao::help)
after loading the sample code.
Rao
ps: remember to send a mail to the TA (slakshmi@asu.edu) if you would
need a recitation session on the project on friday.