Related articles |
---|
Looking for scripting suggestions ev@hysar.frmul.com (2001-07-30) |
Re: Looking for scripting suggestions joachim_d@gmx.de (Joachim Durchholz) (2001-08-02) |
Re: Looking for scripting suggestions erictetz@yahoo.com (Eric Tetz) (2001-08-02) |
Re: Looking for scripting suggestions george.goffe@seagate.com (2001-08-02) |
Re: Looking for scripting suggestions jimbo@radiks.net (2001-08-02) |
Re: Looking for scripting suggestions joshualevy@yahoo.com (2001-08-02) |
Re: Looking for scripting suggestions Ron@Profit-Master.com (Ron Pinkas) (2001-08-02) |
Re: Looking for scripting suggestions plakal-nospam@nospam-cs.wisc.edu (Manoj Plakal) (2001-08-08) |
Re: Looking for scripting suggestions fmfab@chez.com (Fabrice Medio) (2001-08-15) |
Re: Looking for scripting suggestions gbs@k9haven.com (George B. Smith) (2001-08-24) |
Re: Looking for scripting suggestions erictetz@yahoo.com (Eric Tetz) (2001-09-03) |
From: | joshualevy@yahoo.com (Joshua Levy) |
Newsgroups: | comp.compilers |
Date: | 2 Aug 2001 02:47:14 -0400 |
Organization: | http://groups.google.com/ |
References: | 01-07-166 |
Keywords: | interpreter |
Posted-Date: | 02 Aug 2001 02:47:14 EDT |
ev@hysar.frmul.com (Spam MeNot) wrote...
> I also though strongly of TCL. This is what it was originally
> designed for, but it is growing into a full platform of it's own.
> Also, though I like TCL, it's syntax is a bit odd.
> [I'd use an old version of TCL. -John]
I'd use a new version of TCL, and cut out all the stuff you
don't want the users to have. Even last time I looked, the
core embedable language was not that big. Even better, it is
easy to cut out commands you don't want, and that can make
it even smaller. I agree that the syntax is a bit odd, I
think you will find that most of the oddness is in control
flow that you would not use in a simple data checking type
application.
Joshua Levy
Return to the
comp.compilers page.
Search the
comp.compilers archives again.