home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!darwin.sura.net!jvnc.net!netnews.upenn.edu!bohr.physics.upenn.edu!raines
- From: raines@bohr.physics.upenn.edu (Paul Raines)
- Newsgroups: comp.lang.tcl
- Subject: diff btw pish and wish
- Message-ID: <96286@netnews.upenn.edu>
- Date: 5 Nov 92 16:09:41 GMT
- Sender: news@netnews.upenn.edu
- Lines: 17
- Nntp-Posting-Host: bohr.physics.upenn.edu
-
- After getting tcl and tk a couple of days ago and playing
- with wish, I found out about the new graph widgets and
- compiled pish. I assumed pish was a superset of wish and
- that I could get rid of wish and run the wish scripts with
- pish. However, I discovered one major difference in the way
- wish and pish handle command line arguments. Wish seems to
- totally ignore the calling program name so the the argv[0]
- is the first argument. Pish seems to do it the C way with
- argv[0] the program name and argv[1] the first argument.
-
- Is this true or am I missing something? Is there any other
- differences I should know about before replace wish with pish?
-
- --
- Paul Raines raines@purcell.physics.upenn.edu 215-898-8832
- Dept. of Physics
- University of Pennsylvania
-