[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: making standalone common lisp application
- To: Abdulrahman Abdullah <nbfd@engin.umich.edu>, comp-lang-lisp-mcl@services.cambridge.apple.com
- Subject: Re: making standalone common lisp application
- From: reti@cambridge.apple.com (Kalman Reti)
- Date: Wed, 3 Aug 1994 21:15:49 -0400
At 8:21 PM 8/3/94 +0000, Abdulrahman Abdullah wrote:
>HELP! How can I make my MCL applicaation standalone application?
>Thanks.
You load everything for you application into MCL, then call SAVE-APPLICATION.
It is documented on pages 648 and following of the MCL 2.0 reference manual,
as well as on page 5 of the MCL 2.0 release notes.
There is also an example program that makes a standalone application on the
MCL CD-ROM, under Examples:BinHex:binhex.lisp.