[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs lisp in javascript?
From: |
Fren Zeee |
Subject: |
Re: emacs lisp in javascript? |
Date: |
Thu, 31 May 2012 16:35:32 -0700 |
On Tue, May 1, 2012 at 10:42 AM, Thorsten Jolitz <address@hidden> wrote:
> Thomas Lord <address@hidden> writes:
>
>> Is it viable to implement GNU Emacs Lisp in
>> Javascript? Has anyone explored the question
>> and gotten anywhere?
>
> The other way around:
> Ejacs is a JavaScript interpreter for Emacs, written entirely in Emacs
> Lisp.
> http://steve-yegge.blogspot.de/2008/11/ejacs-javascript-interpreter-for-emacs.html
Is there any advantage to implementing javascript interpreter in a
language like emacs lisp which is dynamic binding versus clisp or
scheme which is static binding ?
Franz