0

I am following a tutorial on youtube online and I noticed that the teacher used ' before a value. like this:

(defvar *randomStuff* 'stuff)

all help will be appreciated

HELP
  • 33
  • 7
  • 2
    Here is a good book for learning basic Lisp, you can even freely download a PDF version: https://www.cs.cmu.edu/~dst/LispBook/ – Rainer Joswig Nov 13 '17 at 07:18
  • It's the same as answer to: When do we use " on both sides of something in programming code? `'stuff` makes a interned symbol with "stuff" as name while `"stuff"` makes a string with "stuff" as content while `stuff` evaluates a variable named "stuff" – Sylwester Nov 13 '17 at 11:17

0 Answers0