lua-users home
lua-l archive

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


On Mon, 2008-07-07 at 22:13 +0200, Florian Weimer wrote:
> * Rob Kendrick:
> 
> > Could your work be modified such that it can emit some form of
> > intermediate code, which could then be converted to Lua or some other
> > high-level "language"?
> 
> Maybe you should look at LLVM instead of Sparse?

Unfortunately, I have an aversion to C++ - certainly for that sort of
data processing.  Certainly, for my applications I don't require all the
aggressive optimisations it does!

B.