Scripting
John A. Turner
October 2, 1998
I like the recent rise of scripting languages. I've written some
Perl scripts and written some GUIs using Tcl/Tk.
I'm currently interested in Python. It also has a binding to Tk,
as well as an interesting
numerical extensions
effort.
- C Shell
- sd.csh
- an improvement over
pushd / popd for moving around (I quit using this once I started
using shells with completion)
- Awk
- memory_f77.awk
-
generate Fortran 77 code for declaration, allocation, and deallocation of
arrays from file containing description of necessary arrays
- memory_f90.awk
-
generate Fortran 90 code for declaration, allocation, and deallocation of
arrays from file containing description of necessary arrays
- Perl
- Tcl/Tk
- Python
- Korn Shell
- wit.ksh
- provide summary
of system configuration and performance for IBM RS/6000 machines
- Awk
- Perl
John A. Turner