(load-string s)
Sequentially read and evaluate the set of forms contained in the string
(load-string "(def x 1)") ;; => #'user/x x ;; => 1