[comp.ai.digest] CLOS & CommonLOOPS

YLIKOSKI@FINFUN.BITNET (Antti Ylikoski tel +358 0 457 2704) (10/11/88)

I would be very grateful if someone could let me know if an academic
license for the CLOS, the Common Lisp Object System, is available.

I would also like to know whom to contact to obtain it and the price.


Also, I would like to know if an academic license for the CommonLOOPS
is available.


Thanks in advance, Andy

------------------------------------------------------------------------------
Antti Ylikoski                          |YLIKOSKI@FINFUN        (BITNET)
Helsinki University of Technology       |
Laboratory of Information Processing    |ay@hutcs.hut.fi        (UUCP)
Science                                 |
Otakaari 5 A                            |
SF-02150 Espoo, Finland                 |
------------------------------------------------------------------------------

miller@CS.ROCHESTER.EDU (Brad Miller) (10/13/88)

    Date: Mon, 10 Oct 88 19:03 O
    From: Antti Ylikoski tel +358 0 457 2704
	  <YLIKOSKI%FINFUN.BITNET@MITVMA.MIT.EDU>

    I would be very grateful if someone could let me know if an academic
    license for the CLOS, the Common Lisp Object System, is available.

    I would also like to know whom to contact to obtain it and the price.

Here's what I have in my distribution directory on PCL also known as CLOS:
I hope it helps.

****
Here is the standard information about PCL.

Portable CommonLoops (PCL) started out as an implementation of
CommonLoops written entirely in CommonLisp.  It is in the process of
being converted to an implementation of CLOS.  Currently it implements a
only a subset of the CLOS specification.  Unfortunately, there is no
detailed description of the differences between PCL and the CLOS
specification, the source code is often the best documentation.

  Currently, PCL runs in the following implementations of
  Common Lisp:

   Xerox Common Lisp (Lyric Release)
   Symbolics (Release 7.2)
   Lucid (2.0)
   CMU
   VAXLisp (2.0)
   ExCL (Franz)
   Ibuki Common Lisp (01/01)
   HP Common Lisp
   TI
   Golden Common Lisp
   Pyramid Lisp
   Coral Common Lisp (Allegro)

There are several ways of obtaining a copy of PCL.

*** Arpanet Access to PCL ***

The primary way of getting PCL is by Arpanet FTP.

The files are stored on arisia.xerox.com.  You can copy them using
anonymous FTP (username "anonymous", password "anonymous"). There are
several directories which are of interest:

/pcl

This directory contains the PCL sources as well as some rudimentary
documentation (including this file).

In the directory /pcl the files:

readme.text   READ IT

notes.text    contains notes about the current state of PCL, and some
              instructions for installing PCL at your site.  You should
              read this file whenever you get a new version of PCL.

get-pcl.text  contains the latest draft of this message


/pcl/doc

This directory contains TeX source files for the most recent draft of
the CLOS specification.  There are TeX source files for two documents
called concep.tex and functi.tex.  These correspond to chapter 1 and 2
of the CLOS specification.


/pcl/archive

This directory contains the joint archives of two important mailings
lists:

  CommonLoops@Xerox.com

    is the mailing list for all PCL users.  It carries announcements
    of new releases of PCL, bug reports and fixes, and general advice
    about how to use PCL and CLOS.

  Common-Lisp-Object-System@Sail.Stanford.edu

    is a small mailing list used by the designers of CLOS.

The file cloops.text is always the newest of the archive files.

The file cloops1.text is the oldest of the archive files.  Higher
numbered versions are more recent versions of the files.


*** Xerox Internet Access to PCL ***

Xerox XNS users can get PCL from {NB:PARC:XEROX}<PCL>


*** Getting a copy of PCL from ISI ***

ISI distribute PCL with its Common Lisp distribution.  For further
information about this send a message to ACTION@ISI.EDU.



Send any comments, bug-reports or suggestions for improvements to:

   CommonLoops.pa@Xerox.com

Send mailing list requests or other administrative stuff to:

  CommonLoops-Request@Xerox.com


Thanks for your interest in PCL.
----
Brad Miller		U. Rochester Comp Sci Dept.
miller@cs.rochester.edu {...allegra!rochester!miller}

hdavis.pa@XEROX.COM (10/13/88)

You request an academic license for CLOS.

1. CLOS is the (now accepted) standard specification for an object-oriented
extension to CommonLisp.  In fact, the X3J13 commitee has made it a
standard part of CommonLisp.  It is not a particular product to be sold or
licensed.

2. The only currently available implementation of CLOS is called PCL, which
was (and is being) developed at Xerox PARC by Gregor Kiczales.  You can ftp
it from arisia@xerox.com via anonymous login.  This implementation is in
the public domain; no licensing agreements or payments are needed.  Since
PCL was developed by Xerox, you are required to keep the copyright notices
on all the files.

3. The CLOS distribution list is commonloops.pa@xerox.com.  Join up!

	-- Harley