Re: Scripting Languages (was Re: Techniques for writing an interpreter)

"Mark Harrison" <markh@usai.asiainfo.com>
30 Mar 1998 21:36:14 -0500

          From comp.compilers

Related articles
[2 earlier articles]
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 hgg9140@heckle.ca.boeing.com (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)
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)
Re: Scripting Languages (was Re: Techniques for writing an interpreter tiggr@ics.ele.tue.nl (1998-03-30)
Scripting Languages (was Re: Techniques for writing an interpreter) jhonan@mpx.com.au (1998-03-30)
Re: Scripting Languages (was Re: Techniques for writing an interpreter hgg9140@heckle.ca.boeing.com (1998-03-30)
Re: Scripting Languages (was Re: Techniques for writing an interpreter bmcsweeney@bigfoot.com (1998-03-30)
Re: Scripting Languages (was Re: Techniques for writing an interpreter cgregg@dsp.sps.mot.com (Chris Gregg) (1998-03-30)
| List of all articles for this month |

From: "Mark Harrison" <markh@usai.asiainfo.com>
Newsgroups: comp.compilers
Date: 30 Mar 1998 21:36:14 -0500
Organization: gte.net
References: 98-03-032 98-03-098 98-03-141 98-03-147 98-03-159 98-03-186 98-03-201 98-03-233
Keywords: interpreter, practice

Our Moderator girds his loins and states:
> But I realize that people have put together fairly large
> applications in TCL, even though TCL doesn't offer the name spaces
> and data structuriusually want for a large program. -John]


Just one clarification -- most of the large Tcl applications[*]
actually are built with [incr Tcl], which provides namespaces and a
C++ style object system. (Written by Michael McLennan at Lucent,
"[incr Tcl]" has the same semantic meaning as "C++".)


Mark.


[*] and some of the applications are very impressive!


markh@usai.asiainfo.com
Mark Harrison at AsiaInfo Computer Networks,
Beijing, China
--


Post a followup to this message

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