I was wondering if somone could tell me what an atom and what an Symbol is, they seem to be used intemitently and I just can't figure it out. I assumed that a Sybol was like a variable but an Atom I have no idea, is a Cons an Atom?
lists (includes lambda expressions) are not atoms everything else is an atom. A 'cons' operation in newLISP always returns a list, there is no dotted cons cell in newLISP. See also: http://newlisp.org/index.cgi?page=Diffe ... ther_LISPs in paragraph 4.