Related articles |
---|
[5 earlier articles] |
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) |
Re: Techniques for writing an interpreter markh@usai.asiainfo.com (Mark Harrison) (1998-03-20) |
Re: Techniques for writing an interpreter a010111t@bc.seflin.org (Orlando Llanes) (1998-03-20) |
Re: Techniques for writing an interpreter simon@magnorth.nildram.co.uk (Simon Chapman) (1998-03-22) |
Re: Techniques for writing an interpreter shutkoa@ugsolutions.com (alan shutko) (1998-03-24) |
Re: Techniques for writing an interpreter mikee@cetasoft.cog (1998-03-24) |
Re: Techniques for writing an interpreter nnylfv@ny.ubs.com (Olivier Lefevre) (1998-03-24) |
Scripting Languages (was Re: Techniques for writing an interpreter) creedy@mitretek.org (Chris Reedy) (1998-03-24) |
Re: Scripting Languages (was Re: Techniques for writing an interpreter markh@usai.asiainfo.com (Mark Harrison) (1998-03-30) |
[7 later articles] |
From: | Orlando Llanes <a010111t@bc.seflin.org> |
Newsgroups: | comp.compilers |
Date: | 20 Mar 1998 23:48:17 -0500 |
Organization: | Compilers Central |
References: | 98-03-032 98-03-098 98-03-141 98-03-147 98-03-159 98-03-186 |
Keywords: | Scheme, interpreter |
On Fri, 20 Mar 1998, Mark Harrison wrote:
> I think that Scheme faces an uphill battle as a generally accepted
> ...
> unpleasant to use.
What if the script language had built-in parsers for Pascal and C, and
a utility similar to Lex/Yacc was distributed with the interpreter, would
it be a more useful language? I ask because I want to design an
interpreter with multiple front-ends that can be chosen at run-time that
are linked to the program code which have a common back-end.
See ya!
Orlando Llanes
[Sounds to me like that would make it utterly unusable. It's bad
enough with Javascript and VBscript in the MS web browser. Scripting
languages are usually used for relatively small programs that glue
together large existing pieces of stuff, so you want high-level data
structures and a syntax that lets you write two-line scripts in two
lines, if that's all the script you happen to need. If we want C or
Pascal, we know where to find them. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.