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

Reply via email to