Hacker News new | ask | show | jobs
by lispm 3876 days ago
Actually not.

A Lisp program is data. The Lisp system does not care if it comes from a text file or if it is constructed as data by a program:

    (list '+ '1 '2)  constructs a program which can be evaluated.
1 comments

I have thought about this response a bit, but, all I see here are more lists of characters.
Use Lisp and you will see.