I want to take a string which contains an expression and parse it as a quoted expression, which I can then potentially evaluate or manipulate.<div><br></div><div>I noticed that the <font face="'courier new', monospace">load</font> function has this capability built into it, and I know at some point racket has to take strings and parse them into expressions. Is there a single function I can call to do this? If not, would it be trivial to write a reader extension to do this? As in, just read all characters in and <font class="Apple-style-span" face="'courier new', monospace">quote</font> the result. </div>
<div><br></div><div>Or I might just be better off writing a function that matches parens...but it seems like reinventing the wheel when I don't have to.</div><div><br></div><div>Thanks for the advice!<br clear="all">
<br>Jeremy<br>
</div>