How would I get something similar to the following?:
(evaluate-text \"(+ 1 2)\") ; resolves to 3
(load-string "(+ 1 2)")