lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.