From: Ethan
Subject: Where can I get free lisp compiler for windows 95 ?
Date: 
Message-ID: <328732A7.2B01@ms11.hinet.net>
Folks,

Does anyone tell me where I can get free lisp compiler for windows 95 ?
Your response will be greatly appreciated.

P.S. The franz doesn't have free compiler.

Regards,
Ethan.

From: Charles A. Cox
Subject: Re: Where can I get free lisp compiler for windows 95 ?
Date: 
Message-ID: <COX.96Nov11184904@crisp.Franz.COM>
In article <·············@ms11.hinet.net> Ethan <····@ms11.hinet.net> writes:

> P.S. The franz doesn't have free compiler.

  Just to correct the record, the version of Allegro CL Lite for
Windows, available for free from www.franz.com, does include a
compiler.  All forms read in by the toploop or by loading lisp source
files are compiled on-the-fly to native x86 code before being
executed.  What's turned off in the free version is COMPILE-FILE.

	Charley
--
---
Charles A. Cox, Franz Inc.        1995 University Avenue, Suite 275
Internet: ···@franz.com           Berkeley, CA  94704
WWW: http://www.franz.com/        Phone: (510) 548-3600; FAX: (510) 548-8253
From: Marty Hall
Subject: Re: Where can I get free lisp compiler for windows 95 ?
Date: 
Message-ID: <x5ralzh58g.fsf@rsi.jhuapl.edu>
Ethan <····@ms11.hinet.net> writes:

> Does anyone tell me where I can get free lisp compiler for windows 95 ?

<http://www.apl.jhu.edu/~hall/lisp.html> has links to various free
Common Lisp implementations.

> P.S. The franz doesn't have free compiler.

The Common Lisp system available free from Franz Inc. (ACL/Windows Web
edition) does indeed have a compiler. Forms will be compiled as
loaded, and run compiled. You just can't save the compiled code to
disk (you can in their commercial version, of course :-).

						- Marty