Next: Solving problems, Previous: Preliminary remark, Up: First steps [Contents][Index]
Start FEMLISP and look at the demos by typing (femlisp-demo)
(followed by RETURN) at the CL prompt (do not forget the
parentheses!).9 You can get out of the demos by typing quit
(without parentheses) at the demo prompt, and you can exit FEMLISP by
typing (quit) at the CL prompt.
If this should not work, try starting the demos
by using (fl.demo:femlisp-demo)
instead. If this works, you
should -after finishing the demos- use the command (in-package
:fl.application)
for switching to the application package for the
subsequent steps.