From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fren Zeee Newsgroups: gmane.emacs.devel Subject: Re: emacs lisp in javascript? Date: Thu, 31 May 2012 16:35:32 -0700 Message-ID: References: <1335892568.2966.7.camel@dell-desktop.example.com> <87wr4vvlvy.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338507351 18690 80.91.229.3 (31 May 2012 23:35:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 23:35:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thorsten Jolitz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 01 01:35:50 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SaEu6-0004dY-E8 for ged-emacs-devel@m.gmane.org; Fri, 01 Jun 2012 01:35:42 +0200 Original-Received: from localhost ([::1]:41651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaEu6-00008M-5j for ged-emacs-devel@m.gmane.org; Thu, 31 May 2012 19:35:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaEu3-000083-5Y for emacs-devel@gnu.org; Thu, 31 May 2012 19:35:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaEu0-0004DZ-Cz for emacs-devel@gnu.org; Thu, 31 May 2012 19:35:38 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:48647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaEu0-0004Co-4J for emacs-devel@gnu.org; Thu, 31 May 2012 19:35:36 -0400 Original-Received: by pbbrp2 with SMTP id rp2so2262607pbb.0 for ; Thu, 31 May 2012 16:35:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Dgwk5nma5kyb0hEwv0pq/Q4XgUPrlswMnc2OymLKZAY=; b=0O6Jkj6q8v68k9Le1ZYSNYRyrW6mePaQD1HjtWGIdDXVW1n48jpP1/FsDJGVh6TSly SneiAZrnXVvwuwuTQ/vi+iNbe1bR3f/I23OKJuhiDvg6honhghdwlWVb6WBlxRBLsI4p tiuUDYrgh+TqPlRbQxPbBdgIUN7gNcuRE0Q4H9Eht61s39injtVuw+2zFPZkywQH9ZcL wgpbQZh9x80g/3/EMh+g4fg5sO62+yt10bz8IwNi0vr1WE3BQk4TVQ6lgTUsO+armo7X pRLHkHxrnWTkm3JEhzeKbxWD2l5GkZmlyyA7Xc7evb467e9FSg0eLiUJ9r8lMmej+eZ6 VSnw== Original-Received: by 10.68.212.67 with SMTP id ni3mr5128399pbc.136.1338507332996; Thu, 31 May 2012 16:35:32 -0700 (PDT) Original-Received: by 10.68.189.70 with HTTP; Thu, 31 May 2012 16:35:32 -0700 (PDT) In-Reply-To: <87wr4vvlvy.fsf@googlemail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150701 Archived-At: On Tue, May 1, 2012 at 10:42 AM, Thorsten Jolitz w= rote: > Thomas Lord writes: > >> Is it viable to implement GNU Emacs Lisp in >> Javascript? =A0 Has anyone explored the question >> and gotten anywhere? > > The other way around: > =A0Ejacs is a JavaScript interpreter for Emacs, written entirely in Emacs > =A0 Lisp. > http://steve-yegge.blogspot.de/2008/11/ejacs-javascript-interpreter-for-e= macs.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