Interpreters
Welcome to the Skunkware Interpreters section. The programs in this section
contain extra scripting languages, both for use from a shell and for embedding
within applications. Some of these tools, like Perl and TCL, should almost
be a standard part of UNIX, as they are that common and entrenched.
Package List
Name |
Description |
Version |
OSR5 |
UnixWare |
perl |
Perl 5 Scripting Language |
5.004_04 |
Yes |
Yes |
tcl |
Tool Command Language (TCL) |
8.0 |
Yes |
Yes |
tclx |
Extended TCL |
8.0.2 |
Yes |
Yes |
tk |
Tk - an X11 Toolkit for TCL |
8.0 |
Yes |
Yes |
tix |
Tk 4.2 based Tix widget set |
4.1 |
No |
Yes |
tix8 |
Tk 8.0 based Tix widget set |
8.0 |
No |
Yes |
expect |
Expect - a TCL Extension |
5.25 |
Yes |
Yes |
js |
NGS JavaScript Interpreter |
0.2.4 |
No |
Yes |
python |
Python - an object orient scripting tool |
1.5 |
Yes |
Yes |
PERL scripting language
PERL is a scripting language in use in many sites today. It combines
the best features of sed, awk, shell scripts and even a little BASIC.
It is commonly used for administrative tasks, and for WWW CGI scripts.
Many tools depend on perl, and no system is complete without it.
This page provides links to Perl 5 binary distributions for SCO platforms
and the Perl source archive as well as
more info on Perl 5.
In addition to the custom installable Perl 5.004_04 for OpenServer
5 on Skunkware 98, there is a gzip'd tar archive of Perl
5.005 pre-compiled for use on SCO OpenServer 5. Manual installation
of this release of Perl can be accomplished by issuing the following
commands (as root):
# cd /
# gzcat /path/to/perl/perl-5.005.tar.gz | tar xf -
http://www.sco.com/skunkware/osr5/interp/perl/
http://www.sco.com/skunkware/uw7/interp/perl/
ftp://prep.ai.mit.edu/pub/gnu/
TCL - Tool Command Language
TCL is an embeddable scripting language and shell tool. This means
you can write applications and link in the TCL interpreter into your
applications in order to give them a scripting capability. TCL also
comes with a shell version of the interpreter, in which you can write
programs in much the same way as you can with perl or python.
One of the best features of TCL is the sheer number of extensions available
for it. There are many of them, and most of them will be found on Skunkware
in time. Keep an eye out on the on-line version of Skunk for updates
to TCL.
This page provides links to the Tcl 8.0 distribution and
more info on TCL 8.0.
http://www.sco.com/skunkware/uw7/interp/
http://www.sco.com/skunkware/osr5/interp/
ftp://ftp.smli.com/pub/tcl/
http://sunscript.sun.com
Extended TCL
Extended TCL is a set of extra TCL commands and functions designed
to make standard UNIX features more accessible in TCL. A most useful
tool to have around if you are using TCL.
http://www.sco.com/skunkware/osr5/interp/tclX/
http://www.sco.com/skunkware/uw7/interp/
ftp://ftp.neosoft.com/languages/tcl/TclX/
http://www.neosoft.com/tcl
Tk - An X11 Toolkit for TCL
Tk is an official TCL companion. It allows TCL script writers to create
pretty GUI programs from within their scripts. There are many extensions
to Tk as well, and many will be coming to Skunkware soon.
This page provides links to the Tk 8.0 distribution and
more info on Tk 8.0.
http://www.sco.com/skunkware/osr5/interp/
http://www.sco.com/skunkware/uw7/interp/
ftp://ftp.smli.com/pub/tcl/
http://sunscript.sun.com
Tix widget set
Tix is a set of mega widgets based on the standard Tk widgets. If
you are planning only to use Tix with the standard Tk widget set, you
can use the program tixwish(1) to interpret your TCL scripts.
This page provides links to the Tk 4.2 based Tix 4.1 distribution.
SCO Skunkware also contains a Tk 8.0 based Tix 4.1 distribution.
http://www.sco.com/skunkware/uw2/interp/tix/
ftp://ftp.smli.com/pub/tcl/
http://sunscript.sun.com
Tix widget set
Tix is a set of mega widgets based on the standard Tk widgets. If
you are planning only to use Tix with the standard Tk widget set, you
can use the program tixwish(1) to interpret your TCL scripts.
This page provides links to the Tk 8.0 based Tix 4.1 distribution.
SCO Skunkware also contains a Tk 4.2 based Tix 4.1 distribution.
http://www.sco.com/skunkware/uw2/interp/Tix8/
ftp://ftp.smli.com/pub/tcl/
http://sunscript.sun.com
Expect - a TCL / Tk extension
expect is an extension to TCL that allows a script to drive any aapplication
that normally requires human interaction (e.g ftp, telnet, fsck, rlogin,
passwd..). Obvious application areas include testing, automation and
stress-testing or exercising.. In addition such programs can be wrapped
with an X GUI using expectk
(It also has the distinction of being the first (and oldest) Tcl extension
created).
There is more documentation
availible on Expect, with links to other TCL resources.
http://www.sco.com/skunkware/uw7/interp/expect/
http://www.sco.com/skunkware/osr5/interp/expect/
ftp://ftp.sco.com/skunkware/src/interp/
NGS JavaScript Interpreter
The NGS JavaScript interpreter is an independent implementation of
the JavaScript language, developed by Netscape et al. This implementation
is designed to be re-entrant, extendible, fast, and programmable.
uw7/net/js/
http://www.ngs.fi/js/
http://www.ngs.fi/js/
Python Object Oriented Scripting Language
Python is an object oriented embed-able scripting language and shell
scripting language. It comes with many very useful function libraries
and is very well tested and stable. Python is a good alternative to
TCL or Perl, for those who prefer object oriented programming.
Python also comes with an extremely comprehensive manual, both for
the language itself, as well as the library functions provided with
it.
http://www.sco.com/skunkware/uw7/interp/python/
http://www.sco.com/skunkware/osr5/interp/python/
ftp://ftp.python.org/pub/python/src/
http://www.python.org/
|