Forth, TCL, Telescript
"John D. Mitchell" <johnm@cory.EECS.Berkeley.EDU>
Errors-To: brian@grot.starconn.com
Date: Mon, 31 Jan 94 20:20 PST
Message-id: <199401312247.OAA11572@cory.EECS.Berkeley.EDU>
X-Comment: Zoomer PDA List
Originator: zoomer-list@grot.starconn.com
Errors-To: brian@grot.starconn.com
Reply-To: <zoomer-list@grot.starconn.com>
Sender: zoomer-list@grot.starconn.com
X-Listserv-Version: 5.5 -- Copyright (c) 1991/92, Anastasios Kotsikonas
From: "John D. Mitchell" <johnm@cory.EECS.Berkeley.EDU>
To: Multiple recipients of list <zoomer-list@grot.starconn.com>
Subject: Forth, TCL, Telescript
Status: OR
Re: Forth
>No. I want to permit the programmer to either use my predefined
>buttons/menus/structure, or let them 'link' in thier own structure as
>designed on an external utility. Perhaps someday I'll get around to
>writing my own util to do that, or maybe someone will write a freeware I
>can bundle with it... who knows?
Okay. What do you mean by 'linking in their own structure'?
Re: Tcl
Tcl is the Tool Control Language developed by Prof. John Ousterhout
at UC Berkeley. It's a cool little language that's quite simple, very
extensible, etc. that's made to be a embeddable language to be put inside
tools so that people can just deal with one extension language rather than
the myriad of them (i.e., one just learns Tcl instead of having to learn
ELisp for Emacs, some wacko thing for GDB, some other wacko thing for the
shell, etc.).
John