From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Define Macro Newsgroups: gmane.emacs.help Subject: Re: C interpreter in Lisp/scheme/python Date: Sun, 20 Jun 2010 18:04:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291929167 1402 80.91.229.12 (9 Dec 2010 21:12:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 21:12:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 22:12:43 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 1PQnn6-0007wk-SL for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:12:43 +0100 Original-Received: from localhost ([127.0.0.1]:48002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQnmT-0006qn-6N for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 16:12:01 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!e5g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help, comp.lang.lisp, comp.lang.scheme, comp.lang.c, comp.lang.python Original-Lines: 17 Original-NNTP-Posting-Host: 24.46.211.71 Original-X-Trace: posting.google.com 1277082256 14158 127.0.0.1 (21 Jun 2010 01:04:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 21 Jun 2010 01:04:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e5g2000yqn.googlegroups.com; posting-host=24.46.211.71; posting-account=bLALPQoAAAChjlzQ3CAGXl2xx8jEuR98 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729), gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:179133 comp.lang.lisp:289432 comp.lang.scheme:87060 comp.lang.c:976434 comp.lang.python:635696 X-Mailman-Approved-At: Thu, 09 Dec 2010 16:00:57 -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:77063 Archived-At: On Jun 13, 7:07=A0pm, bolega wrote: > 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 Maybe instead of full C, you should try something simplified, like Tiny-C (http://primepuzzle.com/tc/) or Arena, or maybe even Pike (some minimal variant thereof).