[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs lisp in javascript?
From: |
Thorsten Jolitz |
Subject: |
Re: emacs lisp in javascript? |
Date: |
Fri, 01 Jun 2012 06:05:31 +0200 |
User-agent: |
Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) |
Fren Zeee <address@hidden> writes:
> 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 ?
Quote from Steve Yegge:
,----------------------------------------------------------------------
| I had big plans for Ejacs. I was going to make it a full-featured,
| high-performance JavaScript interpreter, with all the Emacs internals
| surfaced as JavaScript native host objects, so you could write Emacs
| customizations using object-oriented programming.
`----------------------------------------------------------------------
>From reading the cited blog, I would guess that this was more a
personnal project from somebody who loves Emacs and Javascript and
started a project that made him learn much more about both.
--
cheers,
Thorsten
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: emacs lisp in javascript?,
Thorsten Jolitz <=