I'd love to see DScript one day ...

yawniek via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 14 03:40:23 PDT 2016


On Tuesday, 14 June 2016 at 01:36:48 UTC, Yuxuan Shui wrote:
> On Tuesday, 14 June 2016 at 00:55:52 UTC, Walter Bright wrote:
>> On 6/13/2016 5:13 PM, H. S. Teoh via Digitalmars-d wrote:
>>> My *real* dream is for D (or some suitable subset thereof) to 
>>> replace
>>> Javascript in browsers.  But that's a very distant, if at all 
>>> even
>>> possible, dream. :-D
>>
>> It's a great dream!
>
> Don't we have a pretty efficient JIT javascript implementation 
> in D already?
>
> https://github.com/higgsjs/Higgs

higgs doesn't work if you want to zerocopy share data between D 
and the scripting language.
so D here is more or less just the implementation language.


More information about the Digitalmars-d mailing list