Lisp HUG Maillist Archive

Lispish Make (Common Defsystem, ASDF, what else?)

I remember from browsing the list archives that some people were using
a LW built-in make facility. I cannot find it in the LW environment
and documentation. Is there anything else apart from the Common
Defsystem that I'm missing? Should I use ASDF or the Common Defsystem?

    Thanks, Joel

-- 
Tenerife > Canary Islands > Spain


Re: Lispish Make (Common Defsystem, ASDF, what else?)

On Jan 11, 2005, at 5:18 PM, joel reymont wrote:

> I remember from browsing the list archives that some people were using
> a LW built-in make facility. I cannot find it in the LW environment
> and documentation. Is there anything else apart from the Common
> Defsystem that I'm missing? Should I use ASDF or the Common Defsystem?

In the Help menu, choose Search and look for "defsystem" to find the 
LispWorks documentation.

One of the advantages of using ASDF is that most freely available Lisp 
libraries use it. If you are developing everything yourself and only in 
LispWorks, the built-in defsystem should be fine. Otherwise, it might 
be worth checking out ASDF so you don't have to deal with more than one 
approach.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


Re: Lispish Make (Common Defsystem, ASDF, what else?)

On Wed, 12 Jan 2005 22:26:51 +0100, Pascal Costanza <pc@p-cos.net> wrote:
> 
> One of the advantages of Common Defsystem is that the LispWorks IDE
> offers graphical support for it.

Thanks Pascal! Now which menu do you use for that? :-)


-- 
Tenerife > Canary Islands > Spain


Updated at: 2020-12-10 08:53 UTC