Re: Feature Request: ASDF included?
On Mon, 4 Feb 2008 00:23:41 +0100, Jens Teich <info@jensteich.de> wrote:
> As an advanced beginner I recall very well the difficulties to set
> up the first working Lisp environment.
>
> One step is the installation of ASDF. Not very complicated, but not
> necessary when using SBCL. There you simply say (require 'asdf) and
> your done.
>
> Is there any chance to include this into LW too? What do others
> think about this?
I think that's a good idea.
To clarify one thing first - this is, as Jens also said, mainly for
our beloved "newbies". I've been following comp.lang.lisp and lots of
Lisp mailing lists over the last nine years or so and I think it's
hard to deny that, like it or not, a) ASDF is the de-facto standard
for open source Lisp libraries nowadays, and b) people new to Lisp
usually seem to have a hard time setting up an environment where they
can quickly load and try some of these libraries.
If a Lisp implementation comes with ASDF out of the box, that's at
least one potential stumbling block that's out of the way. SBCL
always had ASDF integrated (that's where it came from), and today at
least OpenMCL, ECL, and, cough, AllegroCL also have it. The license
certainly can't be a problem - otherwise Franz' lawyers wouldn't have
agreed to distribute it with their product... :)
So, I think it would be in LispWorks' own long-term interest to bundle
ASDF as well. It will probably, hopefully help to make LispWorks more
attractive for people who come to CL for the first time.
I, personally, don't care that much. Like almost everyone else on
this mailing list, I already know how where to get and how to load a
library if I need it, but I'm not a member of the target group.
So, yeah, you have my vote... :)
Edi.