| These tools can be used as scripting languages for programs written in C. They are all interpreted. |
| C | |
| ae (application executive) | |
| 2 | |
| interpreter | |
| Brian Bliss <bliss@convex.com> | |
| ftp://sp2.csrd.uiuc.edu/pub/CSRD_Software/APPL_EXEC/ | |
| ae (the "application executive") is a C interpreter library which is compiled with an application; hence, the interpreter exists in the same process and address space. it includes a dbx symbol table scanner to access compiled vars & routines, or you can enter them manually by providing a type/name declaration and the address. when the interpreter is invoked, source code fragments are read from the input stream (or a string), parsed, and evaluated immediately. The user can call compiled functions in addition to a few built-in intrinsics, declare new data types and data objects, etc. Different input streams can be evaluated in parallel on alliant machines. Version 2 differs substantially in that the code fragments are read into an intermediate form before being evaluated, and can be stored in this form and then called from either user code or the interpreter. Version 2 also handles looping constructs (and the full C language), unlike version 1. | |
| SunOS (cc or gcc), Alliant FX, SGI (partial), Cray YMP (partial) | |
| July 18th, 1993 |
| Tcl | |
| BOS (The Basic Object System) | |
| 1.31 | |
| library | |
| Sean Levy <Sean.Levy@cs.cmu.edu> | |
| ftp://barkley.berkeley.edu/tcl/??? | |
| BOS is a C-callable library that implements the notion of object and which uses Tcl as its interpreter for interpreted methods (you can have "compiled" methods in C, and mix compiled and interpreted methods in the same object, plus lots more stuff). I regularly (a) subclass and (b) mixin existing objects using BOS to extend, among other things, the set of tk widgets (I have all tk widgets wrapped with BOS "classes"). BOS is a class-free object system, also called a prototype-based object system; it is modeled loosely on the Self system from Stanford. | |
| August 21st, 1992 |
| Tcl | |
| Cygnus Tcl Tools | |
| Release-930124 | |
| ? | |
| david d 'zoo' zuhn <zoo@cygnus.com> | |
| ??? | |
| A rebundling of Tcl and Tk into the Cyngus GNU build framework with 'configure'. | |
| January 24th, 1993 |
| Scheme | |
| Elk (Extension Language Kit) | |
| 3.0 | |
| interpreter, dynamically-loadable libraries, run-time, documentation, examples. | |
| Oliver Laumann <net@cs.tu-berlin.de> | |
| Elk is a Scheme implementation designed as an embeddable, reusable extension language subsystem for applications written in C or C++. Elk is also useful as a stand-alone Scheme implementation, in particular as a platform for rapid prototyping of X11-based Scheme programs. | |
| R^4RS | |
| Oliver Laumann and Carsten Bormann, Elk: The Extension Language Kit, USENIX Computing Systems, vol 7, no 4, 1994. | |
| |
| numerous UNIX platforms (see MACHINES in the distribution). | |
| Elk was first published in 1989. | |
| comp.lang.scheme | |
| 1995/08 |
| Tcl | |
| Extended Tcl (tclx) | |
| 8.2 | |
| library | |
| Mark Diekhans <markd@Grizzly.com>, Karl Lehenbauer <karl@NeoSoft.com> | |
| ftp://ftp.neosoft.com:/pub/tcl/tclx-distrib/ | |
| Extended Tcl adds statements to the Tcl language to provide high-level access unix system primitives. | |
| tcl-project@NeoSoft.com | |
| 2000/02/06 |
| IVY | |
| Ivy | |
| experimental | |
| interpreter | |
| Joseph H Allen <jhallen@world.std.com> | |
| alt.sources September 28th, 1993 <CE1wo3.74A@world.std.com> | |
| A language with a pleasant syntax compared to perl, tcl or lisp. It has nice features like low punctuation count, blocks indicated by indentation, and similarity to normal procedural languages. This language started out as an idea for an extension language for the editor JOE. | |
| September 28th, 1993 |
| Tcl | |
| IXI Object Tcl | |
| 1.0 | |
| Tcl extension package including language reference, C++ binding reference. | |
| Dean Sheehan <deans@x.co.uk> | |
| ftp://ftp.aud.alcatel.com (source only) | |
| Object Tcl is a standard Tcl extension package that supports object oriented programming within Tcl with a tight object oriented coupling to C++. | |
| otcl@x.co.uk | |
| Tcl 7.? | |
| otcl@x.co.uk | |
| August 29th, 1995 |
| BNF variant, Python | |
| kwParsing ? | |
| ? | |
| parser generator | |
| Aaron Watters <aaron@vienna.njit.edu> | |
| ftp://ftp.markv.com/pub/python/kwParsing.* | |
| A parser generator written in Python for Python. This package may be appropriate for experimental translators, code generators, interpreters, or compilers; for instructinal purposes; among other possibility. The documentation gives a brief introduction to the conventions and basic ideas of parsing. | |
| September 24th, 1994 |
| Perl (Practical Extraction and Report Language) | |
| MacPerl | |
| 5.2.0r4 | |
| Matthias Neeracher <neeri@iis.ee.ethz.ch> | |
| http://www.ptf.com/macperl | |
| MacPerl offers (nearly) all the features of Perl plus oodles of Macintosh-specific functionality! | |
| Macintosh | |
| actively developed | |
| mac-perl-request@iis.ee.ethz.ch (majordomo list) | |
| 20 April 1998 |
| Tcl | |
| MTtcl - Multi-threaded Tcl | |
| 0.9 | |
| interpreter, library | |
| ftp://ftp.csua.berkeley.edu/pub/mttcl/MTtcl0.9.tar.gz | |
|
The MTtcl package gives Tcl/Tk programmers access to the
multi-threading features of Solaris 2. The package comes in
two parts; a modified version of Tcl 7.4, and a Tcl threads
extension.
Modifications were necessary to enable Tcl to work "safely" in the presence of multiple threads. The Tcl interpretter uses a number of static and global variables to execute scripts. If two threads are using the same global, the behavior of the script may be unpredictable. This "safe" Tcl is called MT-Sturdy Tcl. The threads extension brings multi-thread programming into the Tcl environment. Multiple scripts can be interpretted simultaneously with communication and synchronization between scripts. There is special support for using threads in Tk scripts. Documentation for the threads commands are in the form of man pages. | |
| Sparc, Solaris 2.3, Sparcworks 3.0 C compiler, Tcl 7.4, Tk 4.0 | |
| Sparc Solaris 2.3 | |
| November 2nd, 1994 |
| Tcl | |
| narray | |
| 0.10 | |
| Sam Shen <sls@gainful.lbl.gov> | |
| ??? | |
| NArray is an extension to help Tcl cope with large in-memory numeric arrays. NArray's require only a few more bytes than the storage required by the array. In addition to providing array referencing and setting, narray allows functions to be mapped over each element of the array. These functions are compiled into byte code for performance about 100x faster than straight tcl and only 5-10x slower than C. (These numbers are ball-park figures, actual results depend on the situation.) If you have netCDF, then narray's can be saved to and loaded from netCDF files. | |
| September 24th, 1994 |
| Perl (Practical Extraction and Report Language) | |||||||||||||||||||||
| perl | |||||||||||||||||||||
| 4.0 patchlevel 36 | |||||||||||||||||||||
| interpreter, debugger, libraries, tests, documentation | |||||||||||||||||||||
| Larry Wall <lwall@netlabs.com> | |||||||||||||||||||||
| |||||||||||||||||||||
| perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. | |||||||||||||||||||||
|
"Programming Perl" by Larry Wall and Randal L. Schwartz,
O'Reilly & Associates, Inc. Sebastopol, CA.
ISBN 0-93715-64-1
"Learning Perl" by Randal L. Schwartz, O'Reilly & Associates, Inc. Sebastopol, CA. ISBN 1-56592-042-2 The perl FAQ, ftp from rtfm.mit.edu | |||||||||||||||||||||
| |||||||||||||||||||||
| comp.lang.perl; Larry Wall <lwall@netlabs.com> | |||||||||||||||||||||
| almost all unix, MSDOS, Mac, Amiga, Atari, OS/2, VMS, NT, MVS | |||||||||||||||||||||
| very high for unix, not so high for others | |||||||||||||||||||||
| |||||||||||||||||||||
| Febuary 7th, 1993 |
| Perl | |
| perl profiler. | |
| ? 1 | |
| profiler | |
| Anthony Iano-Fletcher <arf@maths.nott.ac.uk> | |
| Source posted on comp.lang.perl in mid-June 1993 | |
|
Profiles Perl scripts (mkpprof).
Collates data from Perl scripts (pprof) | |
| June 17th, 1993 |
| BNF (yacc), Perl | |
| perl-byacc | |
| 1.8.2 | |
| parser-generator(perl) | |
| Rick Ohnemus <Rick_Ohnemus@Sterling.COM> | |
| ftp://ftp.sterling.com/local/perl-byacc.tar.Z | |
| A modified version of byacc that generates perl code. Has '-p' switch so multiple parsers can be used in one program (C or perl). | |
| Should work on most (?) Unix systems. Also works with SAS/C 6.x on AMIGAs. | |
| January 24th, 1993 |
| Perl (Practical Extraction and Report Language) | |
| perl5 | |
| 5.005 | |
| interpreter, debugger, libraries, tests, documentation | |
| Larry Wall <lwall@netlabs.com> | |
|
| |
| Perl5 is a major rewrite and enhancement to perl4. It adds real data structures (by way of "references"), un-adorned subroutine calls, and method inheritance. It is repackaged with many extensions that can be dynamically loaded in the interpreter at runtime. | |
| |
|
http://language.perl.com/
http://www.perl.com/pace/pub
"Programming Perl" by Larry Wall and Randal L. Schwartz,
O'Reilly & Associates, Inc. Sebastopol, CA.
ISBN 0-93715-64-1
"Learning Perl" by Randal L. Schwartz, O'Reilly & Associates, Inc. Sebastopol, CA. ISBN 1-56592-042-2 | |
| |
| Send bugs to <perl-bugs@perl.com> | |
| Almost all unix systems, Amiga, Atari, LynxOS, Macintosh, MPE, MS-DOS, MVS, Netware, OS/2, QNX, VMS, Windows 3.x, Windows NT (http://info.hip.com/ntperl/PerlFaq.htm) | |
| Extreamly high. | |
| July 8th, 1999 |
| Python | |
| Python | |
| 1.3 | |
| interpeter, libraries, documentation, emacs macros | |
| Guido van Rossum <guido@cwi.nl> OS/2 port by: Simon K Johnston <S.K.Johnston.bra0801@oasis.icl.co.uk> | |
|
| |
| Python is a simple, yet powerful programming language that bridges the gap between C and shell programming, and is thus ideally suited for rapid prototyping. Its syntax is put together from constructs borrowed from a variety of other languages; most prominent are influences from ABC, C, Modula-3 and Icon. Python is object oriented and is suitable for fairly large programs. | |
Preformatted documentation is available from ftp://ftp.cwi.nl/pub/sjoerd/python-X-doc.ps.gz | |
| Python documentation http://www.python.org/ | |
| tkinter (Tcl's Tk), termios, curses, syslog, sybase | |
| unix, Macintosh, OS/2, Windows 3.1 (with Win32s), Windows NT | |
| python-list-request@cwi.nl | |
| March 20th, 1996 |
| Scheme | |
| siod (Scheme In One Day, or Scheme In One Defun) | |
| 3.0 | |
| interpreter,library,documentation,sql interface | |
| George Carrette <gjc@world.std.com> | |
| ftp://ftp.std.com/pub/gjc ftp://ftp.cs.indiana.edu | |
| Small scheme implementation in C arranged as a set of subroutines that can be called from any main program for the purpose of introducing an interpreted extension language. Compiles to 20K bytes of executable (VAX/VMS). Lisp calls C and C calls Lisp transparently. | |
| symbols,strings,arrays,hash tables, file i/o binary/text/seek, data save/restore in binary and text, interface to commercial databases such Oracle, Digital RDB. Small executable (42k on VAX). | |
| none besides non-removal of copyright notice. | |
| VAX/VMS, VAX Unix, Sun3, Sun4, Amiga, Macintosh, MIPS, Cray, ALPHA/VMS, Windows NT/WIN32, OS/2. | |
| Liked by ANSI C compilers and C++ compilers. e.g. gcc -Wall | |
| supported as benchmark/testbed at mitech.com | |
| the author will help anyone building something. | |
| antique/classic computer hardware, perhaps. | |
| comp.lang.scheme | |
| April 29th, 1994 |
| S-Lang | |
| slang | |
| 0.94 | |
| interpreter, documentation, examples | |
| John E. Davis <davis@amy.tch.harvard.edu> | |
| ftp://amy.tch.harvard.edu/pub/slang/* | |
| A small but highly functional embedded interpreter. S-Lang was a stack-based postfix language resembling Forth and BC/DC with limited support for infix notation. Now it has a C-like infix syntax. Arrays, Stings, Integers, Floating Point, and Autoloading are all suported. The editor JED embeds S-lang. | |
| GNU Library General Public License | |
| MSDOS, Unix, VMS | |
| Must be compiled with large memory model on MSDOS. | |
| June 12th, 1993 |
| Tcl (Tool Command Language) | |
| Tcl | |
| 8.2.2 | |
| interpreter, libraries, tests, documentation | |
| John Ousterhout <ouster@scriptics.com> | |
|
| |
A small text-oriented embedded language similar to LISP with
add-on extensions that allow it to also function more as a
shell. Tcl also allows algebraic expressions to be written
for simplicity and convenience. Its greatest strength lies
in its uniform representation of everything as a string.
This is also its weakness.
| |
| ? | |
| Note: All Tcl support is now through Scriptics.com and no longer through Sun. | |
| DOS port requires Desqview/X. | |
| MSDOS, others in progress (see comp.lang.tcl FAQ) | |
| comp.lang.tcl | |
| November 15th, 1993 |
| Tcl | |
| tcl-debug | |
| ? | |
| debugger | |
| Don Libes <libes@nist.gov> | |
| http://expect.nist.gov/tcl-debug/ ftp://ftp.cme.nist.gov/pub/expect/tcl-debug.tar.Z | |
| A debugger for Tcl that can be easily embedded in other applications. It is included with many other Tcl libraries. Works with Tcl 7.5, 7.6, and 8.0. | |
| October 5th, 1998 |
| Tcl | |
| Tcl-DP | |
| 4.0b2 | |
| library | |
| Brian Smith and Lawrence Rowe | |
| ftp://ftp.cs.cornell.edu/pub/tcl-dp/4.0b2 | |
| Tcl-DP extends the "send" by removing the restriction that you can only send to other clients of the same X11 server. [could someone give a better description? --ed] | |
| sumit@cs.cornell.edu | |
| sumit@cs.cornell.edu | |
| May 15th, 1998 |
| Tcl | |
| tclmidi | |
| 3.1.p3 | |
| ?? interpreter, documentation | |
| Mike Durian <durian@boogie.com> | |
| http://jagger.me.berkeley.edu/~greg/tclmidi/ ftp://ftp.xor.com/pub/midi/ | |
| A language based on Tcl for creating/editing MIDI files. With the proper driver interface it can play them too. It supports function calls, recursion and conditionals (e.g. making the chorus of your song a function, using loops for repeats, etc.) Device drivers supplied for BSD, Linux and SVR4. | |
| Tcl-7.X | |
| Should work on POSIX compliant systems. | |
| January 29th, 1997 |
| Tcl | |
| Tickle | |
| 5.0v1 | |
| editor, file translator, interpreter | |
| time@ice.com | |
| ??? | |
| A Macintosh Tcl interprter and library. It includes a text editor (>32k); file translation utilities; support for tclX extensions; some unix-equivelent utilites; access to Macintosh functions (Resource Manager, Communications Toolbox, OSA Components, Editions, and Apple Events); OSA Script Support; and Drag and Drop. | |
| time@ice.com? | |
| ? | |
| Mac | |
| Mac-specific package | |
| January 12th, 1994 |
| Tcl, Tk | |
| Tk | |
| 4.2 | |
| GUI library | |
| John Ousterhout <ouster@scriptics.com> | |
| http://www.scriptics.com/resource/software/tcltk/ | |
| Tk is a X11 gui library that is designed to interoperate with Tcl. It provides a very easy way to create sophisticated applications. The appearance of Tk is very similar to Motif. | |
| November 15th, 1996 |
| Tcl, Tk | |
| tknt | |
| 4.0 release 3 | |
| interpeter, libraries, documentation | |
| port by Gordon Chaffee <chaffee@bugs-bunny.CS.Berkeley.EDU> and Lawrence A. Rowe <larry@cs.Berkeley.EDU> based on work by Ken Kubota of the University of Kentucky and Software Research Associates, Inc. of Japan. | |
| A port of Tcl/Tk and Tcl-DP to Windows NT. It has run under Windows NT 3.1, Windows NT 3.5, and in part on Windows 95 final Beta. Small parts of this distribution were taken from the tkwin package by Ken Kubota of the Mathematical Sciences Computing Facility at the University of Kentucky. | |
| tknt@plateau.CS.Berkeley.EDU | |
| January 4 1996 |
| Python | |
| vpApp | |
| 0.2 | |
| Class Library, User Reference | |
| Per Spilling <per@cwi.nl> Real Name <email@address> | |
| ftp.cwi.nl in /pub/python/vpApp.tar.gz. | |
| vpApp = visual-programming application. It supports the building of applications in Python. | |
| Python interpreter with built-in X support. | |
| May 6th, 1994 |
| Tcl | |
| Wafe | |
| 1.0.20 | |
| interface | |
| Gustaf Neumann <neumann@watson.ibm.com> | |
| ftp://ftp.wu-wien.ac.at/pub/src/X11/wafe/wafe-1.0.tar.gz | |
| Wafe (Widget[Athena]front end) is a package that implements a symbolic interface to the Athena widgets (X11R5) and OSF/Motif. A typical Wafe application consists of two parts: a front-end (Wafe) and an application program which runs typically as a separate process. The distribution contains sample application programs in Perl, GAWK, Prolog, Tcl, C and Ada talking to the same Wafe binary. | |
| very high, just needs X11R4 or X11R5. | |
| send "subscribe Wafe <Your Name>" to listserv@wu-wien.ac.at | |
| January 7th, 1999 |
Please send updates to free-compilers@idiom.com
The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.
Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved