Re: How to compile/link a multiple files with ECL
- From: tar@xxxxxxxxxxxxx (Thomas A. Russ)
- Date: 30 Aug 2005 17:17:28 -0700
"remixer" <remixer1@xxxxxxxxx> writes:
>
> I am able to compile a single file using ECL
> http://ecls.sourceforge.net/
>
> I want to know how one compiles/links a larger project with multiple
> packages spread across multiple files/directories. Thanks,
The three popular choices are:
1. Use one of the DEFSYSTEM variants.
2. Use ASDF.
3. Roll your own script as a lisp file that you load which then
proceeds to compile and load your system.
--
Thomas A. Russ, USC/Information Sciences Institute
.
- Follow-Ups:
- Re: How to compile/link a multiple files with ECL
- From: remixer
- Re: How to compile/link a multiple files with ECL
- References:
- How to compile/link a multiple files with ECL
- From: remixer
- How to compile/link a multiple files with ECL
- Prev by Date: Re: discrete event simulator
- Next by Date: Re: Concentration in OCaml
- Previous by thread: How to compile/link a multiple files with ECL
- Next by thread: Re: How to compile/link a multiple files with ECL
- Index(es):
Relevant Pages
|
|