Path: sokai!inet-gw!cae-gw!ntt-twins!nttlab!icot32!okilab!sh8810!ascgw!ascwide!wnoc-tyo-news!green-hill!kepa!ida From: ida@kepa.csrl.aoyama.ac.jp (Masayuki Ida) Newsgroups: fj.lang.lisp Subject: Re: PCL Sources Message-ID: <1935@green-hill.csrl.aoyama.ac.jp> Date: 9 Dec 91 02:57:48 GMT References: <1934@green-hill.csrl.aoyama.ac.jp> Sender: news@csrl.aoyama.ac.jp Distribution: fj Organization: Computer Science Research Lab., Aoyama Gakuin University, Tokyo, Japan. Lines: 42 Nntp-Posting-Host: kepa 井田@青学大です。 自分自身のフォローで申し訳ありませんが、書き漏らしたので。 In article <1934@green-hill.csrl.aoyama.ac.jp> ida@kepa.csrl.aoyama.ac.jp (Masayuki Ida) writes: > >CLOSの(に近い)処理系としてその仕様作成に使用された >Xerox PARCのGregor Kiczales氏によるPCLの >入手方法に関する問い合わせを最近はまた、たくさんいただくので >このニュースグループにポストします。 PCLおよびclosette.lisp関連のソースは(The Art of MOPの本に 記されているように)arisia.xerox.comにあります。anonymous FTPできます。 ただし、 たとえば、closette.lispのソースの先頭には著作権と Export Controlに関する以下のようなコメントがあります。これはPCLも同様。 (特に後者のために、他のLisp関連のソースとはちがって、 ftp.csrl.aoyama.ac.jpには置けないのです、今のところ。) ;;;-*-Mode:LISP; Package: (CLOSETTE :USE LISP); Base:10; Syntax:Common-lisp -*- ;;; ;;; Closette Version 1.0 (February 10, 1991) ;;; ;;; Copyright (c) 1990, 1991 Xerox Corporation. ;;; All rights reserved. ;;; ;;; Use and copying of this software and preparation of derivative works ;;; based upon this software are permitted. Any distribution of this ;;; software or derivative works must comply with all applicable United ;;; States export control laws. ;;; ;;; This software is made available AS IS, and Xerox Corporation makes no ;;; warranty about the software, its performance or its conformity to any ;;; specification. ;;; ;;; ;;; Closette is an implementation of a subset of CLOS with a metaobject ;;; protocol as described in "The Art of The Metaobject Protocol", ;;; MIT Press, 1991. ;;; ;;; This program is available by anonymous FTP, from the /pcl/mop ;;; directory on arisia.xerox.com. 以上