Re: [Haskell-cafe] ANN: Scripting.Lua 0.1

2007-06-26 Thread Donald Bruce Stewart
gracjanpolak: > > Hi all, > > I'm pleased to announce the first public release of Scripting.Lua. > > The package hslua-0.1 contains Haskell FFI bindings for a Lua interpreter > along with some Haskell utility functions simplifying Haskell to Lua and > Lua to Haskell calls. Full Lua interpreter i

[Haskell-cafe] ANN: Scripting.Lua 0.1

2007-06-26 Thread Gracjan Polak
Hi all, I'm pleased to announce the first public release of Scripting.Lua. The package hslua-0.1 contains Haskell FFI bindings for a Lua interpreter along with some Haskell utility functions simplifying Haskell to Lua and Lua to Haskell calls. Full Lua interpreter is included in the package. Ex