DQuick a GUI Library (prototype)
dennis luehring
dl.soluz at gmx.net
Wed Aug 21 03:00:25 PDT 2013
Am 21.08.2013 11:10, schrieb Flamaros:
> Markup languages can't be used in our case, we need to provide
> scripting capabilities.
> It's a prototype essentially cause of Lua, that why we think to
> add a front-end to simplify the Lua syntax like removing
> "function() ... end" for property binding.
>
> For the moment we can't use D as script language for our project,
> just because there is no API to parse and execute a d file as
> script.
why use scripting at all - D is blasting fast compiled - so whats the
benefit of using "another" language - i understand the need for C++
based systems but in D...
best sample of using D for scripting is Manu Evans (from
http://remedygames.com/) Talk at DConf
http://dconf.org/talks/evans_1.pdf
http://www.youtube.com/watch?v=FKceA691Wcg
More information about the Digitalmars-d
mailing list