From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinay Newsgroups: gmane.emacs.help Subject: Re: C interpreter in Lisp/scheme/python Date: Sun, 13 Jun 2010 17:15:23 -0700 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1291947394 13764 80.91.229.12 (10 Dec 2010 02:16:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 02:16:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 03:16:25 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQsX2-0007Kr-N6 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 03:16:24 +0100 Original-Received: from localhost ([127.0.0.1]:58640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQsIs-00049Y-EK for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 21:01:46 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help, comp.lang.lisp, comp.lang.scheme, comp.lang.c, comp.lang.python Original-Lines: 18 Injection-Date: Mon, 14 Jun 2010 00:15:24 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="onkywwTuvSXAxkhsp9raXQ"; logging-data="24173"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18tJv4jWaOgcM1HOxO8OQ0Q" User-Agent: Unison/1.8.1 Cancel-Lock: sha1:aBfg4xS+fei3xTwrnDom6jd5viM= Original-Xref: usenet.stanford.edu gnu.emacs.help:178914 comp.lang.lisp:289066 comp.lang.scheme:86993 comp.lang.c:975980 comp.lang.python:634912 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:23:37 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77182 Archived-At: On 2010-06-13 16:07:54 -0700, bolega said: > I am trying to compare LISP/Scheme/Python for their expressiveness. > > For this, I propose a vanilla C interpreter. I have seen a book which > writes C interpreter in C. > > The criteria would be the small size and high readability of the code. > > Are there already answers anywhere ? > > How would a gury approach such a project ? > > Bolega you could read "scheme 9 from empty space". you can find it here http://www.t3x.org/