Hello everyone.
I'm a novice in Lisp and I'm following a course at university.
I just installed cygwin + the packet "clisp" (I suppose the last version avalaible).
I open cygwin, then I write "clisp"..Enter..and clisp starts.
But when I try:
(defvar *db* nil)
It says:
bash: "defvar:command not found"
I know "defvar" is a macro,but I remember I did the same with clisp at university and I got no problems.
Do you know why?
Thanks
I'm a novice in Lisp and I'm following a course at university.
I just installed cygwin + the packet "clisp" (I suppose the last version avalaible).
I open cygwin, then I write "clisp"..Enter..and clisp starts.
But when I try:
(defvar *db* nil)
It says:
bash: "defvar:command not found"
I know "defvar" is a macro,but I remember I did the same with clisp at university and I got no problems.
Do you know why?
Thanks