lua-users home
lua-l archive

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


On Sun, 2007-01-28 at 00:44 +0100, Valentin Ziegler wrote:
> Hi Ryan,
> 
> the t2-project (www.t2-project.org) has a bash to lua wrapper:
> 
> http://svn.exactcode.de/t2/trunk/misc/luabash/
> 
> that enables you to interface shellscript with lua, i.e call lua 
> functions from bash and vice versa and read / set bash variables from 
> within a lua code chunk. Luabash hasn't got many features yet, because it 
> is just a proof of concept implementation. But works fine otherwise...
> See the test script in the example subdir.

I suspect, having looked at Ryan's website, that he's targeting Windows,
although I may be wrong.

bash, and the infrastructure to support it, may be slightly too
heavyweight as a dependency for his taste.

B.