lispworks

This distribution contains extensions and libraries for LispWorks.

These libraries are checked in LispWorks and may not work in other LISP implementations.

WARNING! This distribution is experimental and may be updated with delays because of LW licensing issues.

How to use it?

Open your Lisp REPL and eval:

(ql-dist:install-dist "http://dist.ultralisp.org/lispworks.txt"
                      :prompt nil)

Or if you are using Qlot, put this line into the beginning of your qlfile:

dist ultralisp http://dist.ultralisp.org/lispworks.txt

Or if you are using CLPM, put these lines into your local clpmfile:

(:source "lispworks"
 :url "https://clpi.ultralisp.org/lispworks/"
 :type :clpi)

Projects