Sometimes we want to transform the PS expressions before compiling them, as when instrumenting them for profiling purposes. So it's easier (nearly trivial anyway) to always process the forms one-by-one.<br><br><div class="gmail_quote">

On Mon, Jan 10, 2011 at 10:19 PM, Vladimir Sedach <span dir="ltr"><<a href="mailto:vsedach@gmail.com">vsedach@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">> We have a PS program split across a dozen or so Lisp files and a<br>
> "compiler" (really just a build script in the form of a CL function)<br>
> that processes each file by binding *PARENSCRIPT-STREAM*, reading in<br>
> PS forms from the top level of the file, and calling PS* on them to<br>
> create a .js file.<br>
<br>
</div>Have you tried ps-compile-file to do this, and if so, how did it fall<br>
short of doing what you wanted done?<br>
<font color="#888888"><br>
Vladimir<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
</div></div></blockquote></div><br>