reset password
Author Message
rabbott
Posts: 1649
Posted 22:04 Oct 16, 2015 |

The question was raised of whether one could evaluate a string. Apparently with-input-from-string helps. For example: 

> (eval (with-input-from-string "(cons 'a '(b c))" read))
'(a b c)