D ranked as #25 by IEEE spectrum
Cauterite via Digitalmars-d
digitalmars-d at puremagic.com
Fri Sep 25 10:22:11 PDT 2015
On Friday, 25 September 2015 at 15:11:59 UTC, Ola Fosheim Grøstad
wrote:
> The most obvious solution is to use one of the chromium/V8
> based frameworks for the GUI and use the AOT compiled language
> for the application engine.
This actually works surprisingly well — I'm currently working on
a replacement shell for Windows which has a D backend and an
SpiderMonkey/XUL frontend (Firefox's xul.dll), communicating via
JSON over a websocket (using the 'libwebsockets' C library on the
backend).
More information about the Digitalmars-d
mailing list