Search found 1 match
- Wed Aug 29, 2012 6:30 pm
- Forum: Common Lisp
- Topic: Lisp eval and read-from-string
- Replies: 1
- Views: 5628
Lisp eval and read-from-string
Hey everyone, I've been slowly learning Lisp, but really don't know much yet, so I wasn't sure what to search for here. I apologize if this question has already been posted. I came across a combined Lisp statement: (eval (read-from-string (read-line))) ⇒ ??? I attempted to create a Lisp app to tes...