[parenscript-devel] best practice for developing a JS-only HTML5 webapp?

Daniel Gackle danielgackle at gmail.com
Tue Jan 11 18:05:42 UTC 2011


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 <vsedach at gmail.com> 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
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20110111/800e9cfb/attachment.html>


More information about the parenscript-devel mailing list