From: Wade Hennessey
Subject: WCL, a free implementation of Common Lisp, is now available
Date: 
Message-ID: <1992Sep23.222521.6623@morrow.stanford.edu>
WCL, an implementation of Common Lisp for SPARC based workstations,
is now available for anonymous FTP from sunrise.stanford.edu.

A  paper describing WCL was published in the proceedings of the 1992
Lisp and Functional Programming  Conference. The abstract for
the paper follows:

    Common Lisp implementations for Unix have
    traditionally provided a rich development environment at the expense
    of an inefficient delivery environment.  The goal of WCL is to allow
    hundreds of Lisp applications to be realistically available at once,
    while allowing several of them to run concurrently.  WCL accomplishes
    this by providing Common Lisp as a Unix shared library that can be
    linked with Lisp and C code to produce efficient applications.  For
    example, the executable for a Lisp version of the canonical ``Hello
    World!''  program requires only 40k bytes under SunOS 4.1 for SPARC.
    WCL also supports a full development environment, including dynamic
    file loading and debugging.  A modified version of GDB
    the GNU Debugger, is used to debug WCL programs, providing support for
    mixed language debugging. 

WCL is not a 100% complete Common Lisp, and some of the more obscure
functions are not fully implemented.  However, WCL does provide CLX R5
as a shared library, and comes with PCL as well as a few other utilities.

After connecting to sunrise.stanford.edu via anonymous FTP, the following
files can be obtained from the pub/wcl directory:

    wcl-2.1.tar.Z - WCL distribution, including CLX and PCL.
    wgdb-4.2.tar.Z - a version of GDB modified to understand Lisp debugging
    gcc-2.2.2.tar.Z - GNU C compiler (not required, but *very* desirable)
    lfp-paper.ps - PostScript for the WCL paper.

More information about WCL is available in the documentation directory
of the WCL distribution. Please direct any questions to
ยทยทยทยท@sunrise.stanford.edu.