Embed JavaScript into D
Dicebot
public at dicebot.lv
Mon Nov 4 11:45:22 PST 2013
On Monday, 4 November 2013 at 19:35:55 UTC, Jeroen Bollen wrote:
> Is there a way I can embed javascript into my D application? I
> basically want to create a modular application which allows
> adding and removing plugins by dragging and dropping them into
> a folder. I love the idea of them being editable on the fly.
Don't know about JavaScript but there is a well-maintained Lua
integration library : https://github.com/JakobOvrum/LuaD
Also with dmd compilation speeds you actually can just compiler
shared library binaries of the fly from D plugin sources and get
pretty much the same thing with pure D.
More information about the Digitalmars-d-learn
mailing list