Advertise D's great compatibilty with JavaScript

Ecstatic Coder ecstatic.coder at gmail.com
Sat Oct 14 08:52:54 UTC 2017


On Saturday, 14 October 2017 at 07:45:06 UTC, Walter Bright wrote:
> On 6/18/2017 3:38 AM, Ecstatic Coder wrote:
>> Something I really appreciate a lot with D is how close it is 
>> to JavaScript.
>
> There's also a D implementation of Javascript:
>
> https://github.com/DigitalMars/DMDScript

What about a DScript interpreter ?

I mean an interactive D code compiler, which compiles D code on 
the fly and runs it directly within an application, like the 
eval() function of JavaScript.

Something that works at least for some D subset.

For C++, there is the Cling interactive interpreter, based on 
LLVM :

https://github.com/vgvassilev/cling



More information about the Digitalmars-d mailing list