<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div><div dir="ltr"><div>> What's the best way to do this for gsc? I've tried using -e but it doesn't seem to affect the compiler's reader:<br>> gsc -e "(readtable-eval-allowed?-set (current-readtable) #t)" test.scm<br><br>Nevermind! I didn't realize the readtable-eval-allowed?-set didn't mutate the readtable. This seems to work:<br><br>gsc -e "(current-readtable (readtable-eval-allowed?-set (current-readtable) #t))" -exe test.scm<br> </div></div></div>                                        </div></body>
</html>