D scripting in D

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 2 05:27:29 PDT 2017


On Friday, 2 June 2017 at 09:39:51 UTC, Russel Winder wrote:
> With D and Go, both of which claim compilation so fast you do 
> not notice:

1. Edit
2. run rdmd


Especially if you only expose to the "script" in D the same 
functions you'd expose to, say, a javascript script, that compile 
can be under a tenth of a second.

But 3/10 of a second isn't bad either and that's about what you'd 
get with an out of the box setup...


More information about the Digitalmars-d-learn mailing list