So what exactly is coming with extended C++ support?
Chris via Digitalmars-d
digitalmars-d at puremagic.com
Tue Sep 30 04:46:29 PDT 2014
On Tuesday, 30 September 2014 at 10:06:47 UTC, Szymon Gatner
wrote:
> On Tuesday, 30 September 2014 at 09:32:05 UTC, Chris wrote:
>>
>> It's good to hear that. Maybe you could write a short article
>> about that once you've moved to D. "Porting games to D" or
>> something like that. With D you can develop fast due to short
>> compilation times, that's important for testing and
>> prototyping.
>>
>
> I actually was planning on something like that. I am still
> thinking about writing on automatic binding generation between
> D and Lua using D's compile-time reflection. Add a UDA to a
> function, class, method a voila! You can call it from Lua.
> Magic!
Great. I'm interested in Lua-D interaction. Would you share it on
GitHub once it's done?
Have you had a look at DerelictLua:
https://github.com/DerelictOrg/DerelictLua
More information about the Digitalmars-d
mailing list