From: ··@spam.com
Subject: Help with Corman Lisp (make exe)
Date: 
Message-ID: <99fqlp$onr$1@news.netmar.com>
Hello,

I'm learning to use Corman Lisp and am trying to figure out how to compile to
an EXE (I'm on Win98).

Could someone tell me how I would compile, for example, the example program
life-win.lisp

Thank you,
DJ



 -----  Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web  -----
  http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
   NewsOne.Net prohibits users from posting spam.  If this or other posts
made through NewsOne.Net violate posting guidelines, email ·····@newsone.net
From: Chris Double
Subject: Re: Help with Corman Lisp (make exe)
Date: 
Message-ID: <wkn1ac6p65.fsf@double.co.nz>
··@spam.com writes:

> Could someone tell me how I would compile, for example, the example
> program life-win.lisp

You might like to try asking on the Corman Lisp mailing list:

http://groups.yahoo.com/group/cormanlisp

CCL:SAVE-APPLICATION is what you are looking for though:

(load "examples/life-win.lisp")
(ccl:save-application "lifewin.exe" #'win::run-life)

This gives a 680KB application called lifewin.exe.

Chris.
-- 
http://www.double.co.nz/cl