<div dir="ltr">Hi,<br>I&#39;m sorry to ask this question, since it has been asked before, but I could not make any sense of it at all.<br>My
query is fairly simple, and after an hour or two of searching and trial
and error, I hope I can get the answer an easier way here!<br>
<br>Looked in the reference, this seems to be what I want, but all I&#39;m not sure exactly how to use it.<br><a href="http://docs.plt-scheme.org/syntax/reader-helpers.html#%28part._module-reader%29" target="_blank">http://docs.plt-scheme.org/syntax/reader-helpers.html#(part._module-reader)</a><br>


<br>Read this and seemed to make sense, but not sure how to apply it to my problem.<br><a href="http://www.htus.org/Book/Staging/how-to-use-modules/" target="_blank">http://www.htus.org/Book/Staging/how-to-use-modules/</a><br>

<br>I believe the answer is in here, but again, I haven&#39;t been able to get it working.<br><a href="http://groups.google.com/group/plt-scheme/browse_thread/thread/8aabfc15e0a392df/8a67d42dfcdadcae?lnk=gst&amp;q=reader#8a67d42dfcdadcae" target="_blank">http://groups.google.com/group/plt-scheme/browse_thread/thread/8aabfc15e0a392df/8a67d42dfcdadcae?lnk=gst&amp;q=reader#8a67d42dfcdadcae</a><br>

<br>Problem:<br>I&#39;ve got a Scheme procedure which I would like to temporarily use as the read procedure, eg.<br><br>(swap-the-reader-in)<br>... code using custom reader ...<br>(swap-the-reader-out)<br>... normal reader again ...<br>

<br>My MzScheme version is 372. I&#39;d be really grateful for an example
of how to temporarily use a custom procedure as the reader function.<br>Thanks, Al<br><br></div>