[armedbear-devel] Hunchentoot and ABCL
Mark Evenson
evenson at panix.com
Mon Dec 28 15:06:00 UTC 2009
On 12/28/09 9:59 AM, Axel Rauschmayer wrote:
> Cool. Sounds like all of the platform would benefit from this(?)
>
> I will start my experiments with servlets, but might come back to
> Hunchentoot later.
>
> What is the preferred way of installing libraries with ABCL?
> asdf-install does not seem to work. How about Lispy [1]?
[…]
I use SBCL's built-in ASDF-INSTALL including
(require 'asdf)
(pushnew '(merge-pathnames ".sbcl/systems/" (user-homedir-pathname))
asdf:*central-registry*)
in my "~/.abclrc". Since I usually want to check the system works with
SBCL before trying it in ABCL anyways, its handy to have both sharing
the same ASDF location.
I have no experience with Lispy.
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
More information about the armedbear-devel
mailing list