I am newbie in lisp I have installed Clisp in my ubuntu 14.04 machine and SBCL too.
My Program in TextEditor looks like this:
( hello world )
but i am getting the following error:
user@user:~/Desktop/lisp$ ./test.lisp
./test.lisp: line 1: i: command not found
cat test.lispand paste the full output of that command into your question.(hello world)says you want to execute a commandhellowith argumentworld. Lisp doesn't have a built-inhellocommand. You should find a tutorial and follow that.