Re: Started to work on a Lua wrapper. Please provide feedback guidance

2013-08-05 Thread Jesse Phillips
On Saturday, 3 August 2013 at 22:17:32 UTC, Gabi wrote: I need a Lua 5.2.2 wrapper, So I started working on one.. I am new to D so probably there is a lot of room for improvements.. Any feedback is welcome.. You'll probably like the LuaD wrapper https://github.com/JakobOvrum/LuaD It uses

Re: Started to work on a Lua wrapper. Please provide feedback guidance

2013-08-05 Thread Gabi
On Monday, 5 August 2013 at 19:14:25 UTC, Jesse Phillips wrote: On Saturday, 3 August 2013 at 22:17:32 UTC, Gabi wrote: I need a Lua 5.2.2 wrapper, So I started working on one.. I am new to D so probably there is a lot of room for improvements.. Any feedback is welcome.. You'll probably

Started to work on a Lua wrapper. Please provide feedback guidance

2013-08-03 Thread Gabi
I need a Lua 5.2.2 wrapper, So I started working on one.. I am new to D so probably there is a lot of room for improvements.. Any feedback is welcome.. import std.stdio:writeln, writefln; import std.exception:enforce; import std.conv; import std.string; alias void lua_State; alias long

Re: Started to work on a Lua wrapper. Please provide feedback guidance

2013-08-03 Thread John Colvin
On Saturday, 3 August 2013 at 22:17:32 UTC, Gabi wrote: I need a Lua 5.2.2 wrapper, So I started working on one.. I am new to D so probably there is a lot of room for improvements.. Any feedback is welcome.. import std.stdio:writeln, writefln; import std.exception:enforce; import std.conv;