[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Performance
- From: Oscar Fuentes <ofv@...>
- Date: Tue, 6 Nov 2001 21:04:36 +0100
Eric Tetz writes:
> --- brucedickey <brucedickey@micron.com> wrote:
> > Lisp is great at this kind of problem...
> > (the dynamic business rules problem, I mean :) ).
Corman Lisp always compile to native code. That is, instead of
compiling to bytecode like lua and others, it always generates x86
code. Sadly, it is only available for Win32.
http://www.corman.net
--
Oscar.