From: Scott McIntire
Subject: Portable ANSI Common Lisp Packages
Date: 
Message-ID: <ZdJ9b.366305$cF.109298@rwcrnsc53>
Someone had asked earlier in this forum for information about examples of
Common Lisp code.

The SourceForge.net project com-lisp-utils had its first release on Sep 15
2003. The project consists (so far) of 18 packages. These include packages
on fuzzy logic; genetic algorithms/programming; RSA encryption; boolean
function equivalence testing; as well as simple utilities such as string
manipulation and queues.

These packages are intended to run on any ANSI Common Lisp implementation
and have a BSD style license. They rely on the packages ASDF for system
construction and PTESTER for the automated testing environment.



The project can be reached via the web at

http://sourceforge.net/projects/com-lisp-utils



-- R. Scott McIntire
From: lin8080
Subject: Re: Portable ANSI Common Lisp Packages
Date: 
Message-ID: <3F6CF77A.5B7062C3@freenet.de>
Scott McIntire schrieb:

> These packages are intended to run on any ANSI Common Lisp implementation
> and have a BSD style license. They rely on the packages ASDF for system
> construction and PTESTER for the automated testing environment.

Thank You

stefan