(defslimefn eval-string-in-frame [expr n] (if (and (zero? n) *current-env*) (with-bindings *current-env* (eval expr))))
Comments top
No comments for eval-string-in-frame. Log in to add a comment.