There is a lisp (similar to cl) implementation on javascript that works in the browser: <a href="https://github.com/manuel/edgelisp">https://github.com/manuel/edgelisp</a><div><br></div><div>You might want to look at that.</div>
<div><br></div><div>-- andy<br><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 7:24 AM, Anton Vodonosov <span dir="ltr"><<a href="mailto:avodonosov@yandex.ru">avodonosov@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello.<br>
<br>
I am new in parenscript and only glanced through the documentation on the project page.<br>
<br>
As I understand parenscript source is compiled to javascript using a CL implemented compiler.<br>
<br>
It's interesting, how difficult it is to have the same compiler implemented on javascript (i.e. on parenscript itself).<br>
<br>
As parenscript is a subset of CL, in theory it mitght be not difficult.<br>
<br>
The goal - is to have a browser only Lisp implementation, that can work without hunchentoot. To include parenscript<br>
scripts onto browser directly, redefine functions interactively and so on.<br>
<br>
What do you think?<br>
<br>
Best regards,<br>
- Anton<br>
<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://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
</blockquote></div><br></div>