LISP - Help
I am trying get myself familiarize with LISP. I have the Little LISPer with me. Downloaded LispWorks personal edition. The problem is getting commands work :-) There is a command "car". The way I am issuing the command is
car ('x 'y 'z) in the prompt
and here is the stack trace
Error: Syntactic error in form ((QUOTE A) (QUOTE B) (QUOTE C)):
Illegal function name (QUOTE A).
1 (abort) Return to level 1.
2 Return to debug level 1.
3 Try evaluating ATOM again.
4 Specify a value to use this time instead of evaluating ATOM.
5 Specify a value to set ATOM to.
6 Return to level 0.
7 Return to top loop level 0.
Type :b for backtrace, :c
car ('x 'y 'z) in the prompt
and here is the stack trace
Error: Syntactic error in form ((QUOTE A) (QUOTE B) (QUOTE C)):
Illegal function name (QUOTE A).
1 (abort) Return to level 1.
2 Return to debug level 1.
3 Try evaluating ATOM again.
4 Specify a value to use this time instead of evaluating ATOM.
5 Specify a value to set ATOM to.
6 Return to level 0.
7 Return to top loop level 0.
Type :b for backtrace, :c