Thread overview
Lua for D
Mar 26, 2005
clayasaurus
Apr 08, 2005
clayasaurus
Apr 13, 2005
Jeremy Cowgar
March 26, 2005
D bindings for lua here --> http://svn.dsource.org/svn/projects/bindings/trunk/lua/

www.lua.org

The functions should all work, along with most of the macros. I left the original macro defines inside the code.

I'm just learning it and havn't tested it extensively, but anyone can fix things since the bindings project is publicly accessable.

Also, I've only tested/compiled on linux, so I forgot to add extern(Windows).

- clayasaurus
April 08, 2005
clayasaurus wrote:
> D bindings for lua here --> http://svn.dsource.org/svn/projects/bindings/trunk/lua/
> 
> www.lua.org
> 
> The functions should all work, along with most of the macros. I left the original macro defines inside the code.
> 
> I'm just learning it and havn't tested it extensively, but anyone can fix things since the bindings project is publicly accessable.
> 
> Also, I've only tested/compiled on linux, so I forgot to add extern(Windows).
> 
> - clayasaurus

i've derelictized it check out the derelict forums on dsource.org

http://www.dsource.org/forums/viewtopic.php?t=710
April 13, 2005
clayasaurus wrote:
> D bindings for lua here --> http://svn.dsource.org/svn/projects/bindings/trunk/lua/
> 
> www.lua.org
> 
> The functions should all work, along with most of the macros. I left the original macro defines inside the code.
> 
> I'm just learning it and havn't tested it extensively, but anyone can fix things since the bindings project is publicly accessable.
> 
> Also, I've only tested/compiled on linux, so I forgot to add extern(Windows).
> 
> - clayasaurus

Thanks! I really appriciate this binding.

Jeremy