javascript with D2
Flamaros
flamaros.xavier at gmail.com
Sat Mar 2 05:45:57 PST 2013
On Saturday, 2 March 2013 at 12:34:37 UTC, John Colvin wrote:
> On Saturday, 2 March 2013 at 12:18:19 UTC, Flamaros wrote:
>> Hi,
>>
>> I am looking for a D2 java-script engine. I saw DMDScript but
>> it's seems works only with D1 and abandoned. In an other side
>> there is V8 engine but is written in c++, which certainly
>> can't works fine with D code.
>>
>> May I just need chose an other script language like lua which
>> is written in c and already ported on D by LuaD?
>
> Both https://bitbucket.org/ariovistus/pyd and luaD work very
> nicely. Personally I would always prefer to write in python or
> lua than javascript, where it's practical. Lua is very fast and
> python has some fantastic libraries.
I already have some experiences with Lua unlike javascript, but
for my project javascript must be my first choice. I want do some
tests to see if it's feasible to interpret directly simple QML
files (QtQuick framework).
Instead I only have the possibility to do something different.
More information about the Digitalmars-d
mailing list