Related articles |
---|
[8 earlier articles] |
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) |
From: | mikee@cetasoft.cog (Mike Enright) |
Newsgroups: | comp.compilers |
Date: | 24 Mar 1998 22:45:26 -0500 |
Organization: | CetaSoft (com not cog) |
References: | 98-03-032 98-03-098 98-03-141 98-03-147 98-03-159 98-03-186 98-03-201 |
Keywords: | interpreter, design |
On 20 Mar 1998 23:48:17 -0500, Orlando Llanes <a010111t@bc.seflin.org>
wrote:
><snipped stuff about using Pascal and C as script languages in the same product>
>[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]
But the venerable Brief editor (on DOS) had both "LISP-like" and
"C-like" macro languages. You had to compile these, so one assumes
they were interpreted by the same interpreter. And "Brief C" was quite
well-received.
[Now that you mention it, Epsilon, my favorite DOS/Windows text editor has
a C-flavored extension language, too. Hmmn. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.