Hello I am brand new to programming with Lisp and I have been following a tutorial on YouTube.(https://www.youtube.com/watch?time_continue=56&v=ymSq4wHrqyU&feature=emb_logo) I am using clisp. When I type clisp in the terminal I can code with lisp but I want to be able to use TextEdit to save my file and I have created a file in TextEdit with the extension ".lisp" However, when I try to execute it from the terminal I am met with this message:
Renes-MBP-2:~ renegutierrez$ clisp test.lisp *** - EVAL: variable |{rTF1aNSIaNSICPG1252cOCOARTF2511| has no value
The only thing in my file is: (print "Hello World")
Any help would be much appreciated thank you so much.