Hi - <br><br>in thread <a href="http://list.cs.brown.edu/pipermail/plt-scheme/2008-June/025184.html">http://list.cs.brown.edu/pipermail/plt-scheme/2008-June/025184.html</a> Danny alluded to using the s-exp module for custom language, e.g.<br>
<br><div style="margin-left: 40px; font-family: courier new,monospace;">#lang s-exp &lt;language&gt;<br></div><br>But if the language has uses its own custom reader procedure, then the above doesn&#39;t appear to work.&nbsp; My current solution is to basically create my own s-exp and call it via #reader instead of #lang, e.g.<br>
<br><div style="margin-left: 40px; font-family: courier new,monospace;">#reader &lt;language&gt; ... <br></div><br>Is there a simpler solution on the line of <span style="font-family: courier new,monospace;">`#lang s-exp`</span>?&nbsp; It would be nice for <span style="font-family: courier new,monospace;">`#lang`</span> to accept language forms such as <span style="font-family: courier new,monospace;">`(lib ...)`</span> or <span style="font-family: courier new,monospace;">`(planet ...)`</span> - thoughts?<br>
<br>Thanks,<br>yc<br><br><br>