| In general, object oriented languages were categorized elsewhere. Only those that were not anything but object- oriented are here. (HTML version has 'em all here) |
| O'small | |
| ? | |
| ? | |
| interpreter | |
| ? | |
| ? | |
| ? | |
| Miranda | |
| ? | |
| ? | |
| ? |
| C++ | |
| ? signatures for GCC 2.5.2. ? | |
| ? | |
| patches to GNU CC, documentation | |
| Gerald Baumgartner <gb@cs.purdue.edu> | |
| ftp://ftp.cs.purdue.edu/pub/gb/* | |
| Signatures are very similar to abstract base classes except that they have their own heirarchy and can be applied to compiled classes. They provide a means of separating subtyping and inheritance. | |
| GNU CC 2.5.2 | |
| November 3rd, 1993 |
| C++ | |
| ??? A C++ Parser toolkit | |
| ? | |
| library | |
| Mayan Moudgill <moudgill@cs.cornell.EDU> | |
| ftp://ftp.cs.cornell.edu/pub/Parse.shar | |
| A collection of C++ classes that make building a recursive descent parser/scanner very easy. | |
| Sun 4 with cfront 3.0, | |
| uses mmap(); probably low. | |
| April 11th, 1993 |
| C++ | |
| aard ??? | |
| ? | |
| memory use tracer | |
| ? | |
| ftp://wilma.cs.brown.edu/pub/aard.tar.Z | |
| We have a prototype implementation of a tool to do memory checking. It works by keeping track of the typestate of each byte of memory in the heap and the stack. The typestate can be one of Undefined, Uninitialized, Free or Set. The program can detect invalid transitions (i.e. attempting to set or use undefined or free storage or attempting to access uninitialized storage). In addition, the program keeps track of heap management through malloc and free and at the end of the run will report all memory blocks that were not freed and that are not accessible (i.e. memory leaks). The tools works using a spliced-in shared library. | |
| Sparc, C++ 3.0.1, SunOS 4.X | |
| Steve Reiss <spr@cs.brown.edu> | |
| ? |
| ABCL/1 (An object-Based Concurrent Language) | |
| ABCL/1 | |
| ? | |
| ? | |
| Akinori Yonezawa, ABCL Group now at Department of Information Science, the University of Tokyo | |
| ftp://camille.is.s.u-tokyo.ac.jp/pub/abcl1/* | |
| Asynchronous message passing to objects. | |
| "ABCL: An Object-Oriented Concurrent System", Edited by Akinori Yonezawa, The MIT Press, 1990, (ISBN 0-262-24029-7) | |
| no commercial use, must return license agreement | |
| Common Lisp | |
| abcl@is.s.u-tokyo.ac.jp | |
| May 23rd, 1990 |
| ABCL ??? | |
| ABCL/R2 | |
| ? | |
| ? | |
| masuhara@is.s.u-tokyo.ac.jp, matsu@is.s.u-tokyo.ac.jp, takuo@is.s.u-tokyo.ac.jp, yonezawa@is.s.u-tokyo.ac.jp | |
| ftp://camille.is.s.u-tokyo.ac.jp/pub/abclr2/* | |
| ABCL/R2 is an object-oriented concurrent reflective language based on Hybrid Group Architecture. As a reflective language, an ABCL/R2 program can dynamically control its own behavior, such as scheduling policy, from within user-program. An an object-oriented concurrent language, this system has almost all functions of ABCL/1. | |
| Common Lisp | |
| January 28th, 1993 |
| Common Lisp | |
| AKCL (Austin Kyoto Common Lisp) | |
| 1-615 | |
| improvements | |
| Bill Schelter <wfs@cli.com>, <wfs@rascal.ics.utexas.edu> | |
| ftp://rascal.ics.utexas.edu/pub/akcl-*.tar.Z | |
| AKCL is a collection of ports, bug fixes, and performance improvements to KCL. | |
| Decstation3100, HP9000/300, i386/sysV, IBM-PS2/aix, IBM-RT/aix SGI Sun-3/Sunos[34].* Sun-4 Sequent-Symmetry IBM370/aix, VAX/bsd VAX/ultrix NeXT | |
| April 29th, 1992 |
| ALLOY | |
| ALLOY | |
| 2.0? | |
| interpreter, documentation, examples | |
| Thanasis Mitsolides <mitsolid@cs.nyu.edu> | |
| ftp://cs.nyu.edu/pub/local/alloy/* | |
| ALLOY is a higher level parallel programming language appropriate for programming massively parallel computing systems. It is based on a combination of ideas from functional, object oriented and logic programming languages. The result is a language that can directly support functional, object oriented and logic programming styles in a unified and controlled framework. Evaluating modes support serial or parallel execution, eager or lazy evaluation, non-determinism or multiple solutions etc. ALLOY is simple as it only requires 29 primitives in all (half of which for Object Oriented Programming support). | |
| sparc, ? | |
| June 11th, 1991 |
| BETA | |
| BETA | |
| ? | |
| interpreter | |
| Erik Ernst eernst@daimi.aau.dk | |
| ftp://ftp.daimi.aau.dk/pub/empl/eernst/gbeta | |
| The ftp site contains source code, precompiled interpreters for three platforms (Sun/Sparc,Linux,HP-UX9), and sundry text files giving instructions on how to install and use the interpreter. The interpreter is very new and does contain known bugs (probably also a few unknown ones ;-). However, it is stable enough to be useful for writing small programs (10-100 lines) and executing them in a gdb-like environment, to investigate the semantics of both BETA and the generalization: standard BETA programs will run with the same semantics as before, and the new features are there if you use them. | |
| ? |
| 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 |
| C++ | |
| C++ grammar | |
| ? | |
| parser (yacc) | |
| ? | |
| comp.sources.misc volume ? | |
| [is this a copy of the Roskind grammar or something else? --ed] | |
| October 23rd, 1991 |
| C++ | |
| C++ Object Oriented Library | |
| COOL ?, GECOOL 2.1, JCOOL 0.1 | |
| libraries, tests, documentation | |
| ? | |
| GECOOL, JCOOL: ftp://cs.utexas.edu/pub/COOL/* COOL: ftp://csc.ti.com/pub/COOL.tar.Z | |
| A C++ class library developed at Texas Instruments. Cool contains a set of containers like Vectors, List, Hash_Table, etc. It uses a shallow hierarchy with no common base class. The funtionality is close to Common Lisp data structures (like libg++). The template syntax is very close to Cfront3.x and g++2.x. Can build shared libraries on Suns. JCOOL's main difference from COOL and GECOOL is that it uses real C++ templates instead of a similar syntax that is preprocessed by a special 'cpp' distributed with COOL and GECOOL. | |
| ? | |
| Van-Duc Nguyen <nguyen@crd.ge.com> | |
| August 5th, 1992 |
| C++ | |
| C++SIM | |
| 1.0 | |
| library | |
| Mark Little <M.C.Little@newcastle.ac.uk> | |
| ftp://arjuna.ncl.ac.uk/ ?? | |
| C++SIM is a class library that provides the same sort of features found in the simulation class libraries of SIMULA. | |
| June 14th, 1993 |
| Common Lisp | |
| Cartier's Contribs | |
| 1.2 | |
| libraries, documentation | |
| Guillaume Cartier <cartier@math.uqam.ca> | |
| ftp://cambridge.apple.com/pub/mcl2/contrib/Cartiers* | |
| libraries for MCL | |
| Macintosh Common Lisp | |
| comp.lang.lisp.mcl | |
| April 18th, 1994 |
| Simula 67 | |
| cim | |
| 1.62 | |
| compiler(->C) | |
| Sverre Hvammen Johansen <sj@ifi.uio.no> Stein Krogdahl <steink@ifi.uio.no> Terje Mjoes. | |
| A compiler that translates Simula to C, for further compilation. | |
| Does not include unspecified virtual procedures. | |
|
"Viderefoering og testing av et portabelt Simula-system."
Hovedoppgave til cand.scient.-graden av Terje Mjoes.
Institutt for informatikk, Universitetet i Oslo, April
1989.
"Et portabelt Simula-system bygget paa C." Hovedoppgave til cand.scient-graden av Sverre Johansen. Institutt for informatikk, Universitetet i Oslo, Mai 1987. | |
| Constant must be declared before reference/use. | |
| See bugs and conformance. | |
| A C compiler. | |
| Numerous. | |
| Any UNIX system. (Uses GNU AutoConf.) | |
| Maintained by Sverre Johansen. | |
| E-mail: cim@ifi.uio.no | |
| E-mail: cim@ifi.uio.no | |
| March 20th, 1995. |
| Common Lisp | |
| CLiCC | |
| 0.6.4 | |
| compiler(->C), runtime library | |
| Heinz Knutzen <hk@informatik.uni-kiel.de>, Ulrich Hoffman <uho@informatik.uni-kiel.de>, Wolfgang Goerigk <wg@informatik.uni-kiel.de> | |
| ftp://ftp.informatik.uni-kiel.de/pub/kiel/apply/clicc* | |
| A Common Lisp to C compiler, meant to be used as a supplement to existing CLISP systems for generating portable applications. Target C code must be linked with CLiCC runtime library to produce executable. | |
| Subset of Common Lisp + CLOS (named: CL_0, or CommonLisp_0) CL_0 based on CLtL1. | |
| Freely distributable and modifiable | |
| Runs in Lucid Lisp, AKCL, CLISP, ... | |
| Working towards CLtL2 and ANSI-CL conformance. | |
| June 25th, 1994 |
| Common Lisp | |
| CLISP | |
| July 12th, 1994 | |
| interpreter, bytecode compiler, runtime library, editor | |
| Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>, Michael Stoll <michael@rhein.iam.uni-bonn.de> | |
| ftp://ma2s2.mathematik.uni-karlsruhe.de/pub/lisp/clisp ftp://sunsite.unc.edu/pub/Linux/development/lisp/ ftp://tsx-11.mit.edu/pub/linux/packages/lisp/ | |
| CLISP is a Common Lisp (CLtL1) implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It needs only 1.5 MB of RAM. German and English versions are available, French coming soon. Packages running in CLISP include PCL and, on Unix machines, CLX. A native subset of CLOS is included. | |
| CLtL1 + parts of CLtL2 | |
| GNU General Public License | |
| Atari, Amiga, MS-DOS, OS/2, Linux, Sun4, Sun386i, HP90000/800 and others | |
| send "subscribe clisp-list" to listserv@ma2s2.mathematik.uni-karlsruhe.de | |
| Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de> | |
| July 12th, 1994 |
| Common Lisp | |
| CLX | |
| 5.01 | |
| library | |
| ? | |
| ftp://export.lcs.mit.edu/contrib/CLX.R5.01.tar.Z | |
| Common Lisp binding for X | |
| bug-clx@expo.lcs.mit.edu | |
| ?, CMU Common Lisp | |
| ? | |
| August 26th, 1992 |
| Common Lisp | |
| CMU Common Lisp | |
| 17c | |
| incremental compiler, profiler, runtime, documentation, editor, debugger | |
| ? | |
| ftp://lisp-sun1.slisp.cs.cmu.edu/pub/* | |
CMU Common Lisp is public domain "industrial strength" Common
Lisp programming environment. Many of the X3j13 changes have
been incorporated into CMU CL. Wherever possible, this has
been done so as to transparently allow use of either CLtL1 or
proposed ANSI CL. Probably the new features most interesting
to users are SETF functions, LOOP and the
WITH-COMPILATION-UNIT macro.
| |
| mostly X3J13 compatible. | |
| Sparc/Mach Sparc/SunOS Mips/Mach IBMRT/Mach | |
| slisp@cs.cmu.edu | |
| November 18th, 1993 |
| CooL (Combined object-oriented Language) | |
| CooL-SPE | |
| 2.1pre45 | |
| compiler(->C), emacs mode, X libraries, container libraries, database access libraries, dialog editor, source debugger, object test harness | |
| ITHACA project | |
| ftp://ftp.fu-berlin.de/pub/unix/languages/cool/cool-*.tar.Z | |
|
The CooL-SPE is a programming environment specially designed to
support the professional development of large-scale
object-oriented application systems.
CooL offers all the basic features of the object-oriented paradigm, such as (single) inheritance, dynamic binding and polymorphism. Above that, CooL offers generic object types and abstract object types and last but not least supports modules in the tradition of Modula, thus allowing to really build large systems. CooL is fully type-compliant with the C language type system and allows software written in C or in languages with a C interface to be integrated into CooL applications without any effort. CooL-SPE supports the development of application systems with graphical user interfaces based on X/Motif. These interfaces may be constructed using UIL or interactivly using a dialog editor. A dialog object class library, DIO, is available to facilitate integration of the application with the runtime system of X/Motif. This interface abstracts from the toolkit's primitives. The CooL language is extended by the CooL library system CoLibri. CoLibri offers a BCD type and a number of functions for the CooL simple types (e.g. STRING). As foundation object types, provides basic file I/O, time representation (including date, time, duration, interval etc.), and the basic container object types (e.g. set, list, sortedList, map and dictionary) as generic types. The SQL Object Interface (SOI) is provided to allow object-oriented applications to be integrated with a relational database system. This interface offers access to SQL tables via a generated object type interface. | |
| INFORMIX | |
| Linux, Solaris, Sinux 5.41 | |
| nothing prevents using a different database backend | |
| new | |
| CooL@sietec.de | |
| October 25th, 1994 |
| C++ | |
| cppp | |
| 1.14 | |
| parser (yacc) | |
| Tony Davis <ted@cs.brown.edu> | |
| ftp://wilma.cs.brown.edu/pub/cppp.tar.Z | |
| A compiler front-end for C++, with complete semantic processing. Outputs abstract syntax graph. | |
| Permission needed for incorporation into commercial software. | |
| Native C++ compiler, lex, yacc, make, sed (or hand editing) | |
| Upgrading the back end. | |
| May 26th, 1993 |
| C, C++ | |
| Cyclo - cyclomatic complexity tool | |
| the one and only version | |
| code analysis tool | |
| Roger D Binns | |
| alt.sources archive, June 28th, 1993, <C9C2rH.EE@brunel.ac.uk> | |
| It measures cyclomatic complexity, shows function calls and can draw flowgraphs of ANSI C and C++ code. | |
| lex, C++ | |
| June 28th, 1993 |
| C, C++ | |
| ddd | |
| 2.1 | |
| symbolic graphical debugger, documentation | |
| Andreas Zeller | |
| ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ddd-2.1.tar.gz | |
| The Data Display Debugger (DDD) is a common graphical user interface to GDB, DBX, and XDB, the popular UNIX debuggers. Besides ``usual'' features such as viewing source texts and breakpoints, DDD provides a graphical data display, where data structures are displayed as graphs. A simple mouse click dereferences pointers or reveals structure contents, updated each time the program stops. Using DDD, you can reason about your application by viewing its data, not just by viewing it execute lines of source code. | |
| ddd@ips.cs.tu-bs.de http://www.cs.tu-bs.de/softech/ddd/ | |
| GPL | |
| May 5th, 1997 |
| Dynace | |
| Dynace | |
| 4.01 | |
| translator(Dynace->C), library, documentation, examples | |
| Blake McBride <blake@edge.net> | |
| http://www.edge.net/algorithms | |
| Object Oriented extension to C similar to Objective-C only doesn't modify C syntax. Adds features similar to CLOS and Smalltalk without their overhead. | |
| |
| free for non-commercial use | |
| Linux/Unix/DOS/VMS/Windows 3.1/95/NT | |
| entirely in portable C, optional assembler pieces for speed | |
| active, supported | |
| comp.lang.misc, Dynace-list@edge.net | |
| Dynace-support@edge.net | |
| Dynace-support@edge.net | |
| comp.lang.misc, comp.lang.c | |
| April 5th, 1997 |
| C++, Extended C++ | |
| EC++ | |
| ? | |
| translator(C++), documentation | |
| Glauco Masotti <masotti@lipari.usc.edu> | |
| ? ftp://ftp.uu.net/languages/c++/EC++.tar.Z ? | |
EC++ is a preprocessor that translates Extended C++
into C++. The extensions include:
| |
| ? | |
| October 10th, 1989 |
| C, C++, Objective-C | |
| emx programming environment for OS/2 | |
| 0.8g | |
| gcc, g++, gdb, libg++, .obj linkage, DLL, headers | |
| Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de> | |
| ? | |
| subscribe to emx-list using listserv@ludd.luth.se | |
| September 21st, 1992 |
| C++ | |
| ET++ | |
| 3.0-alpha | |
| class libraries, documentation | |
| ? | |
| ftp://iamsun.unibe.ch/C++/ET++/* | |
| ? | |
| Erich Gamma <gamma@ifi.unizh.ch> | |
| October 26th, 1992 |
| Common Lisp | |
| Garnet | |
| 2.2 | |
| user interface builder | |
| The Garnet project | |
| ftp://a.gp.cs.cmu.edu/usr/garnet/garnet | |
| Garnet is a user interface development environment for Common Lisp and X11. It helps you create graphical, interactive user interfaces for your software. Garnet is a large scale system containing many features and parts including a custom object-oriented programming system which uses a prototype-instance model. It includes postscript support, gester recognition, and Motif emulation. | |
| Brad_Myers@bam.garnet.cs.cmu.edu | |
| October 15, 1993 |
| C, C++ | |
| gdb | |
| 4.15.1 | |
| symbolic debugger, documentation | |
| many, but most recently Fred Fish <fnf@cygnus.com>, Stu Grossman <grossman@cygnus.com>, and John Gilmore <gnu@cygnus.com>, all of Cygnus Support | |
| ftp://gatekeeper.dec.com/gdb-*.tar.[zZ] or any other GNU archive site | |
| gdb is a full-featured symbolic debugger. It fills the same niche as dbx. Programs must be compiled with debugging symbols. | |
| <bug-gdb@prep.ai.mit.edu> | |
| CopyLeft | |
| most unix variants, vms, vxworks, amiga, msdos | |
| November 4 1995 |
| Common Lisp | |
| GINA (Generic Interactive Application) | |
| 2.2 | |
| language binding, class library, interface builder | |
| ? | |
GINA is an application framework based on Common Lisp and
OSF/Motif to simplify the construction of graphical
interactive applications. It consists of:
| |
| OSF/Motif 1.1 or better. Common Lisp with CLX, CLOS, PCL and processes. | |
| Franz Allegro, Lucid, CMU CL and Symbolics Genera | |
| gina-users-request@gmd.de | |
| ? |
| C++ | |
| GNU C++ Library (libg++) | |
| 2.6 | |
| library | |
| Per Bothner <bothner@cygnus.com> ? | |
| libg++-2.5.1.tar.gz from a GNU archive site | |
| The run-time library for the GNU C++ compiler. This package is separately maintained. | |
| ? ANSI and POSIX.1 superset | |
| bug-lib-g++@prep.ai.mit.edu | |
| July 19th, 1994 |
| C, C++, Objective-C, RTL | |||||||
| GNU CC (gcc) | |||||||
| 2.7.1 | |||||||
| compiler, runtime, examples, documentation Library listed separately | |||||||
| Richard Stallman and others | |||||||
| |||||||
| A very high quality, very portable compiler for C, C++, Objective-C. The compiler is designed to support multiple front-ends and multiple back-ends by translating first into RTL (Register Transfer Language) and from there into assembly for the target architecture. Front ends for Ada, Pascal, and Fortran are all under development. There is a bounds checking port based on gcc 2.7.1. Patches for this port are available at: ftp://dse.doc.ic.ac.uk/pub/misc/bcc | |||||||
|
C: superset of K&R C and ANSI C.
C++: supports most ARM features; exceptions supported only on some platforms. Supports "bool". Alpha-level RTTI implementation included. Not yet supported: member templates, namespaces. Developers are tracking the draft ANSI/ISO standard and are committee members. Objective-C: Complies with NeXT proposed (ANSI?) standard. | |||||||
| gnu.gcc.bug (for C/Objective-C), gnu.g++.bug (for C++) | |||||||
| GNU General Public License | |||||||
| 3b1, a29k, aix385, alpha, altos3068, amix, arm, convex, crds, elxsi, fx2800, fx80, genix, hp320, clipper, i386-{dos,isc,sco,sysv.3,sysv.4,mach,bsd,linux,windows,OS/2}, iris,i860, i960, irix4, m68k, m88ksvsv.3, mips-news, mot3300, next, ns32k, nws3250-v.4, hp-pa, pc532, plexus, pyramid, romp, rs6000, sparc-sunos, freebsd sparc-solaris2, sparc-sysv.4, spur, sun386, tahoe, tow, umpis, vax-vms, vax-bsd, we32k, hitachi-{SH,8300}, 6811 | |||||||
| very high | |||||||
| actively developed | |||||||
| gnu.gcc.help (for C/Objective-C), gnu.g++.help (for C++) | |||||||
| gnu.gcc.announce (for C/Objective-C), gnu.g++.announce (for C++) | |||||||
| 1995 |
| C, C++, Objective-C, RTL | |
| GNU CC (gcc) - unsupported Macintosh port | |
| 1.37 | |
| compiler, runtime, examples, documentation Library listed separately | |
| ? | |
| mpw-gcc-1.37.1r14 from ? | |
| This is an unsupported port of the GNU C compiler to the Macintosh environment. [If anyone knows who the author is please let me know - ed] | |
| ? | |
| GNU General Public License | |
| Macintosh | |
| very high | |
| ? | |
| November 27th, 1993 |
| E (a persistent C++ variant) | |
| GNU E | |
| 2.3.3 | |
| compiler | |
| ? | |
| ftp://ftp.cs.wisc.edu/exodus/E/gnu_E* | |
|
GNU E is a persistent, object oriented programming language
developed as part of the Exodus project. GNU E extends C++
with the notion of persistent data, program level data objects
that can be transparently used across multiple executions of a
program, or multiple programs, without explicit input and
output operations.
GNU E's form of persistence is based on extensions to the C++ type system to distinguish potentially persistent data objects from objects that are always memory resident. An object is made persistent either by its declaration (via a new "persistent" storage class qualifier) or by its method of allocation (via persistent dynamic allocation using a special overloading of the new operator). The underlying object storage system is the Exodus storage manager, which provides concurrency control and recovery in addition to storage for persistent data. | |
| GNU General Public License; not all runtime sources are available (yet) | |
| release 2.1.1 of the Exodus storage manager | |
| exodus@cs.wisc.edu | |
| January 20th, 1993 |
| Smalltalk | |
| GNU Smalltalk | |
| 1.1.1 | |
| ? | |
| Steven Byrne <sbb@eng.sun.com> | |
| ftp://gatekeeper.dec.com/smalltalk-1.1.1.tar.Z or any other GNU archive site | |
| ? | |
| gnu.smalltalk.bug | |
| ? | |
| ? | |
| September 15th, 1991 |
| Dylan | |
| Gwydion Dylan | |
| 2.2 | |
| compiler(->C), byte-code compiler, run-time, documentation, examples, source code | |
| Gwydion Group at Carnegie-Mellon University (original authors) Gwydion Dylan volunteers (current maintainers) gd-bugs@randomhacks.com | |
| http://gwydiondylan.org | |
| A free, open-source implementation of the Dylan language for Unix-compatible systems. Originally developed by the Gwydion Group at Carnegie-Mellon University, the compiler is now being maintained and extended by a global volunteer effort. The major component of Gwydion Dylan is an optimizing Dylan-to-C compiler. Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs. Nearly all entities in Dylan (including functions, classes, and basic data types such as integers) are first class objects. Additionally Dylan supports multiple inheritance, polymorphism, multiple dispatch, keyword arguments, object introspection, and many other advanced features. | |
| active | |
| April 19th, 1999 |
| Common Lisp | |
| Hyperlisp | |
| 2.1f | |
| ? | |
| Joe Chung, MIT Media Laboratory | |
| ftp://cambridge.apple.com/pub/mcl2/contrib/hyperlisp21f.sit.hqx | |
| Hyperlisp is a real-time MIDI programming environment embedded in Macintosh Common Lisp. The environment was developed specifically for the Hyperinstruments project at the MIT Media Laboratory, and is optimized for interactive systems which require fast response times. Hyperlisp provides two main services for the music programmer: routines for MIDI processing and primitives for scheduling the application of functions. Programs written in Macintosh Common Lisp can use these services for a wide variety of real-time MIDI applications. | |
| April 18th, 1994 |
| Java | |
| JCC | |
| Translator | |
| Nik Shaylor | |
| http://www.digiserve.com/nshaylor/jcc.html | |
| JCC is a direct Java to C converter. Unlike other translators JCC does not convert Java class files, but instead processes Java source code directly. It converts whole programs at a time and because of this it can make a number of optimisations that would be very difficult to achieve with other techniques. When used with a good optimising C compiler it produces programs that are typically between 10 to 20 times faster than Sun's 1.0.2 JVM. | |
| ? |
| Common Lisp | |
| KCL (Kyoto Common Lisp) | |
| ? | |
| compiler(->C), interpreter | |
| T. Yuasa <yuasa@tutics.tut.ac.jp>, M. Hagiya <hagiya@is.s.u-tokyo.ac.jp> | |
| ? ftp://rascal.ics.utexas.edu/pub/kcl*.tar.Z | |
| KCL, Kyoto Common Lisp, is an implementation of Lisp, It is written in the language C to run under Un*x-like operating systems. KCL is very C-oriented; for example, the compilation of Lisp functions in KCL involves a subsidiary C compilation. | |
| conforms to the book ``Common Lisp: The Language,'' G. Steele, et al., Digital Press, 1984. | |
| kcl@cli.com | |
| must sign license agreement | |
| kcl-request@cli.com | |
| 1987/06 |
| 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 |
| C++ | |
| LEDA | |
| 3.0 | |
| libraries | |
| ? | |
| ftp://ftp.mpi-sb.mpg.de/pub/LEDA/* | |
|
library of efficient data types and algorithms.
New with 3.0: both template and non-template versions. | |
| Stefan N"aher <stefan@mpi-sb.mpg.de> | |
| November 30th, 1992 |
| Objective-C | |
| libcoll -- Collection Class Library for GNU Objective-C | |
| 940510 | |
| class library | |
| Andrew McCallum <mccallum@cs.rochester.edu> | |
| ftp.cs.rochester.edu in pub/objc/libcoll-940510.tar.gz | |
| It's a library of Objective-C objects with similar functionality to Smalltalk's Collection objects. It includes: Set, Bag, Array, LinkedList, LinkList, CircularArray, Queue, Stack, Heap, SortedArray, MappedCollector, GapArray and DelegateList. | |
| May 10th, 1994 |
| C++ | |
| Lily (LIsp LibrarY) | |
| 0.1 | |
| library | |
| Roger Sheldon <sheldon@kong.gsfc.nasa.gov> | |
| ftp://sunsite.unc.edu/packages/development/libraries/lily-0.1.tar.gz | |
| Lilly is a C++ class library which gives C++ programmers the capability to write LISP-style code. Lily's garbage collection mechanism is not sufficient for commercial use. The documentation is incomplete. | |
| GNU Library General Public License | |
| C++ (g++ or Turbo C++, but not cfront) | |
| November 8th, 1993 |
| Smalltalk | |
| Little Smalltalk | |
| 4.0 | |
| ? | |
| Tim Budd <budd@cs.orst.edu> ? | |
| ftp://ftp.cs.orst.edu/pub/budd/little/ http://ftp.cs.orst.edu/pub/budd/little/ReadMe.html | |
| ? | |
| unix, pc, atari, vms | |
| ? | |
| ? |
| Simula | |
| Lund Simula | |
| 4.07 | |
| ? | |
| ? | |
| ftp://rascal.ics.utexas.edu/misc/mac/programming/+_Simula/* | |
| ? | |
| Lund Software House AB / Box 7056 / S-22007 Lund, Sweden | |
| May 22nd, 1992 |
| 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 |
| Dylan | |
| Marlais | |
| 0.5.11 | |
| interpreter | |
| Brent Benson <brent@ssd.csd.harris.com> | |
| ftp://ftp.cis.ufl.edu:/pub/src/Marlais http://www.cis.ufl.edu/~jnw/Marlais/ | |
| Marlais is a simple-minded interpreter for a programming language strongly resembling Dylan [1]. It is not intended as a final release, but rather to fill a perceived void where Dylan implementations are concerned. This is a "hackers release" and is intended as a vehicle for education, experimentation and also to encourage people to port it to different architectures, add features, and fix bugs. Marlais is alpha software and should not be used by people desiring reliability!!! | |
| Sun-3, Sun-4, VAX/BSD, OS/2, Linux, Sequent Symmetry, Encore, HP-UX, Ultrix, SGI, Sony News, A/UX | |
| July 13th, 1994 |
| Smalltalk | |
| Mei | |
| 0.50 | |
| interpreters(Lisp,Prolog), examples, libraries, tools, editor, browser | |
| Atsushi Aoki <aoki@sra.co.jp> and others | |
Mei is a set of class libraries for Objectworks Smalltalk
Release 4.1. it includes:
| |
| GNU General Public License | |
| Objectworks Smalltalk Release 4.1 | |
| Watanabe Katsuhiro <katsu@sran14.sra.co.jp> | |
| January 20th, 1993 |
| MeldC (MELD, C) | |
| MeldC | |
| 2.0 | |
| microkernel, compiler, debugger, manual, examples | |
| MELD Project, Programming Systems Laboratory at Columbia University | |
| obtain license from <MeldC@cs.columbia.edu> | |
| MeldC 2.0: A Reflective Object-Oriented Coordination Programming Language MELDC is a C-based, concurrent, object-oriented language built on a reflective architecture. The core of the architecture is a micro-kernel (the MELDC kernel), which encapsulates a minimum set of entities that cannot be modeled as objects. All components outside of the kernel are implemented as objects in MELDC itself and are modularized in the MELDC libraries. MELDC is reflective in three dimensions: structural, computational and architectural. The structural reflection indicates that classes and meta-classes are objects, which are written in MELDC. The computational reflection means that object behaviors can be computed and extended at runtime. The architectural reflection indicates that new features/properties (e.g., persistency and remoteness) can be constructed in MELDC. | |
| must sign license, cannot use for commercial purposes | |
| Sun4/SunOS4.1 Mips/Ultrix4.2 | |
| <MeldC@cs.columbia.edu> | |
| December 15th, 1992 |
| Common Lisp | |
| Memoization ? | |
| ? | |
| library | |
| Marty Hall <hall@aplcenmp.apl.jhu.edu> | |
| ftp://archive.cs.umbc.edu/pub/Memoization | |
| Automatic memoization is a technique by which an existing function can be transformed into one that "remembers" previous arguments and their associated results | |
| November 30th, 1992 |
| Dylan | |
| Mindy | |
| 1.3 | |
| byte-code compiler and interpreter, documentation, libraries | |
| Bill Chiles <chiles@CS.CMU.EDU> | |
| http://legend.gwydion.cs.cmu.edu:8001/gwydion/ ftp://legend.gwydion.cs.cmu.edu/afs/cs.cmu.edu/project/gwydion/release/mindy-1.3.tar.gz | |
| A partial implementation of Dylan developed by the Gwydion Project at CMU for internal purposed pending the further development of a full implementation of Dylan. It is being released in the public domain as a vehicle for introducing the language to new users. | |
| Gcc, Gmake, Flex, Bison | |
| MACH on DECstation, HP-UX on HP 700, OSF1 on Alpha, Irix on SGI | |
| May 6th, 1995 |
| Smalltalk | |
| msgGUI | |
| 1.0 | |
| library | |
| Mark Bush <bush@ecs.ox.ac.uk> | |
| ftp://ftp.comlab.ox.ac.uk/pub/Packages/mst/mstGUI-1.0.tar.Z | |
| GUI for GNU Smalltalk. This this package contains the basics for creating window applications in the manner available in other graphical based Smalltalk implementations. | |
| December 14th, 1992 |
| O'small | |
| O'small | |
| Initial release | |
| compiler?, parser/scanner specification | |
| ? Andreas Hense <hense@sol.cs.uni-sb.de> | |
| FTP://cs.uni-sb.de/pub/osmall/machine/* | |
| A concise, formally defined object-oriented language suited for teaching object oriented programming. | |
| (Numerous references listed in software documentation) Christoph Boeschen. Christmas - An abstract machine for O'small. Master's thesis, Universit"at des Saarlandes, Fachbereich 14, June 1993. | |
| sml-yacc, sml-lex, sml-noshare (details in HowToGetML). | |
| Sun 4, SPARC (binaries provided). | |
| Probably portable to other Unix's. | |
| June 25th, 1993 |
| Oberon2 | |
| Oberon-2 LEX/YACC definition | |
| 1.4 | |
| parser(yacc), scanner(lex) | |
| Stephen J Bevan <bevan@cs.man.ac.uk> | |
| ftp://ftp.psg.com/pub/oberon/tools/o2lexyac.tar.Z http://panther.cs.man.ac.uk/~bevan/oberon | |
| A LEX and YACC grammar for Oberon 2 based on the one given in the listed reference. | |
| The Programming Language Oberon-2 H. M\"{o}ssenb\"{o}ck, N. Wirth Institut f\"{u}r Computersysteme, ETH Z\"{u}rich January 1992 ftp://neptune.inf.ethz.ch/Oberon/Docu/Oberon2.Report.ps.Z | |
| Portions of the source under copyright by U. Manchester. | |
| un-officially supported | |
| July 6th, 1992 |
| Common Lisp | |
| PCL (Portable Common Loops) | |
| 8/28/92 PCL | |
| library | |
| ? Richard Harris <rharris@ptolemy2.rdrc.rpi.edu> ? | |
| ftp://parcftp.xerox.com/pcl/* | |
| A portable CLOS implementation. CLOS is the object oriented programming standard for Common Lisp. Based on Symbolics FLAVORS and Xerox LOOPS, among others. Loops stands for Lisp Object Oriented Programming System. | |
| Lucid CL 4.0.1, CMUCL 16e, ? | |
| ? | |
| September 2nd, 1992 |
| 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 |
| Postscript, Common Lisp | |
| PLisp | |
| ? | |
| translator(Postscript), programming environment(Postscript) | |
| John Peterson <peterson-john@cs.yale.edu> | |
| ? | |
| ? | |
| ? |
| Proxy | |
| Proxy | |
| 1.4 | |
| interpreter, documentation | |
| Burt Leavenworth <edlsoft@delphi.com> | |
| ftp://ftp.cs.indiana.edu/pub/scheme-repository/scm/proxy.zip | |
|
Proxy is an interpreter dor a rapid prototyping/specification
language with C/C++ like syntax based on modelling software
using data structures such as sets, maps, sequences, structures
and objectss. It allows the developer to make incremental
changes to a design and test them immediately. Proxy is written
in Scheme, provides a Scheme interface.
New in version 1.4 is a non-preemptive CSP-like multi-tasking facility. | |
| MS-DOS | |
| September 23rd, 1994 |
| 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 |
| Common Lisp | |
| QT-OBJECTS | |
| ? | |
| library | |
| Michael Travers <mt@media.mit.edu> and others | |
| ? | |
| interface between MCL and QuickTime | |
| Macintosh Common Lisp | |
| comp.lang.lisp.mcl | |
| April 18th, 1994 |
| Sather | |
| Sather 1.0 | |
| 1.0.6 | |
| compiler(->C), library, examples, documentation | |
| International Computer Science Institute in Berkeley, CA | |
| ftp://ftp.icsi.berkeley.edu/pub/sather/Sather-1.0.6.tar.gz | |
| Sather is an object oriented language which aims to be simple, efficient, safe, and non-proprietary. One way of placing it in the "space of languages" is to say that it aims to be as efficient as C, C++, or Fortran, as elegant and safe as Eiffel or CLU, and support higher-order functions and iteration abstraction as well as Common Lisp, Scheme, or Smalltalk. Sather has parameterized classes, object-oriented dispatch, statically-checked strong (contravariant) typing, separate implementation and type inheritance, multiple inheritance, garbage collection, iteration abstraction, higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. Sather programs can be compiled into portable C code and can efficiently link with C object files. Sather has a very unrestrictive license which allows its use in proprietary projects but encourages contribution to the public library. | |
| reference implementation | |
| http://www.icsi.berkeley.edu/Sather | |
| Send email to sather-bugs@icsi.berkeley.edu | |
| ANSI C compiler such as gcc. | |
| SunOS 4.1.3, Ultrix 4.3, NetBSD 1.0_BETA, Linux 1.0.8s, IRIX 4.0.5H and 5.2, NEWSOS 4.1R MIPS RISC os 4.53C, SunOS 5.3, DEC OSF/1 V2.0, FreeBSD 1.1.5.1, 2.x, OS/2 | |
| high. | |
| actively developed | |
| comp.lang.sather | |
| sather-bugs@icsi.berkeley.edu | |
| comp.lang.sather, also a mailing list; send mail to sather-request@icsi.berkeley.edu | |
| October 31st, 1994 |
| Self | |
| Self | |
| 3.0 | |
| compiler, debugger, browser | |
| The Self Group at Sun Microsystems & Stanford University | |
| ftp://self.stanford.edu or http://self.stanford.edu | |
|
The Self Group at Sun Microsystems Laboratories, Inc., and
Stanford University is pleased to announce Release 2.0 of the
experimental object-oriented exploratory programming language
Self. Release 2.0 introduces full source-level debugging of
optimized code, adaptive optimization to shorten compile
pauses, lightweight threads within Self, support for
dynamically linking foreign functions, changing programs within
Self, and the ability to run the experimental Self graphical
browser under OpenWindows.
Designed for expressive power and malleability, Self combines a pure, prototype-based object model with uniform access to state and behavior. Unlike other languages, Self allows objects to inherit state and to change their patterns of inheritance dynamically. Self's customizing compiler can generate very efficient code compared to other dynamically-typed object-oriented languages. | |
| Sun-4 (SPARC) only [Sun-3 discontinued] | |
| compiler back end and runtime system system-dependent (source available) | |
| mailing list -- self-interest@self.stanford.edu, send mail to self-request to be added. | |
| self-request@self.stanford.edu | |
| August 13th, 1992 |
| Scheme | |
| SOS (Scheme Object System) | |
| ? | |
| ? | |
| Chris Hanson ? | |
| ftp://altdorf.ai.mit.edu/archive/cph/sos.tar.gz | |
| ? | |
| ? |
| Scheme, Tk | |
| STk | |
| 1.00 | |
| interpreter | |
| Gallesio Erick <eg@unice.fr> | |
| ftp://kaolin.unice.fr/pub/STk-1.00.tar.gz | |
| A Scheme interpreter blended with Ousterhout's Tk package. STk expresses all of Tk as scheme objects. STk includes a CLOS/Dylan-like OO extenstion, but the extension is slow. | |
| almost R4RS | |
| SunOS 4.1.x, Ultrix/MIPS | |
| September 6th, 1993 |
| C, C++ | |
| TenDRA | |
| 4.1.2 | |
| compiler, grammar, library, documentation, examples, run-time | |
| The Defence Evaluation and Research Agency. | |
| http://alph.dera.gov.uk/TenDRA/ | |
| TenDRA is an implementation of TDF, which was adopted by the Open Group, where it is called ANDF. Its core is a binary format, TDF, which can be architecture-neutral or architecture-specific, and which can be conveniently manipulated. | |
| They claim, very conformant. The package includes implementation-independent descriptions of the ISO C API, POSIX, XPG3 and other APIs. | |
| http://www.gr.osf.org/andf/ | |
| |
| Enquiries to R.Andrews@eris.dera.gov.uk | |
| 1998 |
| C, ANSI C, C++ | |
| The Roskind grammars | |
| cpp5 (cf2.0) | |
| parser(yacc), documenation | |
| Jim Roskind <jar@netscape.com> | |
|
The C grammar is CLEAN, it does not use %prec, %assoc, and
has only one shift-reduce conflict. The C++ grammar has
a few conflicts.
Also included is an extension to byacc that produces graphical parse trees automatically. | |
| the C grammar is true ANSI; the C++ grammar supports cfront 2.0 constructs. | |
| byacc 1.8 (for graphical parse trees) | |
| actively developed | |
| July 1st, 1991 |
| Dylan | |
| Thomas | |
| 1.1 | |
| translator(Scheme) | |
| Matt Birkholz <Birkholz@crl.dec.com>, Jim Miller <JMiller@crl.dec.com>, Ron Weiss <RWeiss@crl.dec.com> | |
| ftp://gatekeeper.pa.dec.com/pub/DEC/Thomas ftp://cambridge.apple.com/pub/dylan/Thomas | |
| Thomas, a compiler written at Digital Equipment Corporation's Cambridge Research Laboratory compiles a language compatible with the language described in the book "Dylan(TM) an object-oriented dynamic language" by Apple Computer Eastern Research and Technology, April 1992. It does not perform well. Thomas is NOT Dylan(TM). | |
| Scheme | |
| MIT's CScheme, DEC's Scheme->C, Marc Feeley's Gambit, Mac, PC, Vax, MIPS, Alpha, 680x0 | |
| April 18th, 1994 |
| Pascal, Lisp, APL, Scheme, SASL, CLU, Smalltalk, Prolog | |
| Tim Budd's C++ implementation of Kamin's interpreters | |
| ? | |
| interpretors, documentation | |
| Tim Budd <budd@cs.orst.edu> | |
| ? ftp://cs.orst.edu/pub/budd/kamin/*.shar | |
| a set of interpretors written as subclasses based on "Programming Languages, An Interpreter-Based Approach", by Samuel Kamin. | |
| C++ | |
| ? | |
| Tim Budd <budd@fog.cs.orst.edu> | |
| September 12th, 1991 |
| Trellis | |
| TNT | |
| 0.2 beta | |
| compiler, library, run-time system | |
| ? | |
| ftp://tk.telematik.informatik.uni-karlsruhe.de/pub/tnt/tnt-0.1.tar.gz | |
|
Trellis is an object-oriented language developed within Digital
Equipment Corp. The language features compile-time type
checking, multiple inheritance, parametrized types, exception
handling and iterators.
Currently the run-time system does not support garbage collection or threads. | |
| building from source: Cocktail V9208, GNU make V3.68, patch, makedepend | |
| may not be used for non-academic, non-research, non-internal business purposes | |
| OSF/1, HP-UX, Linux, Ultrix, SunOS | |
| bruno@tk.uni-linz.ac.at | |
| October 27th, 1994 |
| TOM | |
| tom | |
| 0.99.2 | |
| compiler(->C), various tools, documentation, examples, test suite, run-time library, class libraries. | |
| Pieter J. Schoenmakers <tiggr@gerbil.org> | |
| ftp://ftp.gerbil.org/pub/tom/ for source distribution and binaries for selected platforms. | |
| TOM is an object oriented language. | |
| the C files generated by the compiler need to be processed by GNU CC. The runtime library needs GCC as well; the compiler and some other tools are written in Objective-C. | |
| http://www.gerbil.org/tom/doc/ lists more documentation. | |
|
TOM promotes usability, as opposed to reusability.
To this extent:
|