|
From: Robert S. <rd...@me...> - 2004-12-24 01:41:19
|
On Dec 22, 2004, at 9:21 AM, Raymond Toy wrote: >>>>>> "Denis" == Denis Bueno <db...@cc...> writes: > > Denis> Could a committer add the following, matlisp.asd, to the > cvs tree? > Denis> It's quite convenient to use. > > Is there something that this asd file does that mk-defsys doesn't do? > I'm not really keen on maintaining two defsystems for matlisp. Well, the asd file takes care of compiling the fortran sources, while the mk-defsys solution needs a makefile for that. Also, asdf is integrated with slime (I don't think mk-defsys is). On the other hand, I don't think the asd file currently works with windows, although it probably wouldn't be too hard to fix that for someone with a windows box. I think it is mostly a matter of personal preference. --Robbie |