Thread overview
Popular embedded language for scripting in D
Nov 19, 2016
Sai
Nov 20, 2016
MGW
Nov 20, 2016
Soulsbane
November 19, 2016
I have seen luad and Walters own JavaScript VM that can be used in D for embedded scripting purpose in an application.

I was wondering which is more popular among D applications? Any suggestions?

Thanks, sai


November 20, 2016
On Saturday, 19 November 2016 at 22:18:39 UTC, Sai wrote:
> I have seen luad and Walters own JavaScript VM that can be used in D for embedded scripting purpose in an application.
>
> I was wondering which is more popular among D applications? Any suggestions?
>
> Thanks, sai

Look at one more option.

https://forum.dlang.org/thread/trxrewjxncocihftjkra@forum.dlang.org

It is built already in GUI QtE5 (Qt-5) and has big documentation of Qt
November 20, 2016
On Saturday, 19 November 2016 at 22:18:39 UTC, Sai wrote:
> I have seen luad and Walters own JavaScript VM that can be used in D for embedded scripting purpose in an application.
>
> I was wondering which is more popular among D applications? Any suggestions?
>
> Thanks, sai

I've used LuaD in a couple projects now and been fairly happy with it. I'm partial to Lua though(not a fan of Javascript).