There is a lisp (similar to cl) implementation on javascript that works in the browser: https://github.com/manuel/edgelisp
You might want to look at that. -- andy On Wed, Jul 27, 2011 at 7:24 AM, Anton Vodonosov <[email protected]>wrote: > Hello. > > I am new in parenscript and only glanced through the documentation on the > project page. > > As I understand parenscript source is compiled to javascript using a CL > implemented compiler. > > It's interesting, how difficult it is to have the same compiler implemented > on javascript (i.e. on parenscript itself). > > As parenscript is a subset of CL, in theory it mitght be not difficult. > > The goal - is to have a browser only Lisp implementation, that can work > without hunchentoot. To include parenscript > scripts onto browser directly, redefine functions interactively and so on. > > What do you think? > > Best regards, > - Anton > > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel >
_______________________________________________ parenscript-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
