Re: Techniques for writing an interpreter

fjh@cs.mu.OZ.AU (Fergus Henderson)
15 Mar 1998 15:52:25 -0500

          From comp.compilers

Related articles
Techniques for writing an interpreter simon@magnorth.nildram.co.uk (Simon Chapman) (1998-03-06)
Re: Techniques for writing an interpreter Nick.Roberts@dial.pipex.com (Nick Roberts) (1998-03-08)
Re: Techniques for writing an interpreter adrian@dcs.rhbnc.ac.uk (1998-03-12)
Re: Techniques for writing an interpreter ct7@mitre.org (W. Craig Trader) (1998-03-15)
Re: Techniques for writing an interpreter fjh@cs.mu.OZ.AU (1998-03-15)
Re: Techniques for writing an interpreter psu@jprc.com (Peter Su) (1998-03-18)
Re: Techniques for writing an interpreter hgg9140@heckle.ca.boeing.com (1998-03-18)
Re: Techniques for writing an interpreter henry@zoo.toronto.edu (Henry Spencer) (1998-03-18)
Re: Techniques for writing an interpreter dhansen@btree.com (1998-03-18)
Re: Techniques for writing an interpreter dent@cs.tu-berlin.de (Pierre Mai) (1998-03-18)
recursive comments and Re: Techniques for writing an interpreter monnier+comp/compilers/news/@tequila.cs.yale.edu (Stefan Monnier) (1998-03-20)
[21 later articles]
| List of all articles for this month |

From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 15 Mar 1998 15:52:25 -0500
Organization: Computer Science, The University of Melbourne
References: 98-03-032 98-03-098 98-03-141
Keywords: interpreter, design

"W. Craig Trader" <ct7@mitre.org> writes:


>Of course, it could be that we're just tired of learning
>yet-another-extension-language.


Yes. One reason is that Y-A-E-L is likely to be a much worse language
than Python or TCL. Often extension languages have needlessly cryptic
syntax (e.g. procmail), and/or are missing lots of crucial features
(e.g. the elm filter language).


Put it this way: designing and implementing your own extension
language would only make sense if you think you can do it better or
more easily than by using one of the freely available ones. But the
Python and TCL folks are no fools, and they have been at it for years
now. What would make you think you can do a better job in a week or
so than what they've done over many years?


--
Fergus Henderson
fjh@cs.mu.oz.au
http://www.cs.mu.oz.au/~fjh
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.