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.
On Mon, Jan 10, 2011 at 10:19 PM, Vladimir Sedach <[email protected]> wrote: > > We have a PS program split across a dozen or so Lisp files and a > > "compiler" (really just a build script in the form of a CL function) > > that processes each file by binding *PARENSCRIPT-STREAM*, reading in > > PS forms from the top level of the file, and calling PS* on them to > > create a .js file. > > Have you tried ps-compile-file to do this, and if so, how did it fall > short of doing what you wanted done? > > Vladimir > > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel >
_______________________________________________ parenscript-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
