This function can be used to make a sandbox take strings instead of the code form.
Usage: (stringify-sandbox (new-sandbox-compiler))
(defn stringify-sandbox "This function can be used to make a sandbox take strings instead of the code form. Usage: (stringify-sandbox (new-sandbox-compiler))" [sandbox] (add-reader-to-sandbox sandbox read-string))
Comments top
No comments for stringify-sandbox. Log in to add a comment.