Related articles |
---|
What is the Simplest Programming Language? merosonox@yahoo.com (merosonox) (2003-01-04) |
Re: What is the Simplest Programming Language? urfaust@optushome.com.au (faust) (2003-01-07) |
Re: What is the Simplest Programming Language? bonzini@gnu.org (2003-01-07) |
Re: What is the Simplest Programming Language? strohm@airmail.net (John R. Strohm) (2003-01-07) |
Re: What is the Simplest Programming Language? alexc@world.std.com (2003-01-07) |
Re: What is the Simplest Programming Language? journeyman@compilerguru.com (2003-01-07) |
Re: What is the Simplest Programming Language? vmakarov@redhat.com (Vladimir Makarov) (2003-01-12) |
Re: What is the Simplest Programming Language? ajo@andrew.cmu.edu (Arthur J. O'Dwyer) (2003-01-12) |
Re: What is the Simplest Programming Language? eliotm@pacbell.net (Eliot Miranda) (2003-01-12) |
[5 later articles] |
From: | bonzini@gnu.org (Paolo Bonzini) |
Newsgroups: | comp.compilers |
Date: | 7 Jan 2003 23:26:58 -0500 |
Organization: | http://groups.google.com/ |
References: | 03-01-013 |
Keywords: | practice |
Posted-Date: | 07 Jan 2003 23:26:58 EST |
> Other than Smalltalk, Lisp, Forth and ahem Intercal what is the most
> simple programming language to create a ((relatively) useful) compiler
> for?
Probably Forth, as Smalltalk and Lisp rely on a mildly complex
run-time environment (with a GC, at least, and with a class library in
the case of Smalltalk). I'd estimate 2000 lines for Forth, 4000 for
Lisp (of course that's not Common Lisp!), and at least 30000 for
Smalltalk and Common Lisp.
Paolo
Return to the
comp.compilers page.
Search the
comp.compilers archives again.