How Nested Functions Work, part 2
language_fan
foo at bar.com.invalid
Mon Sep 21 11:21:00 PDT 2009
Mon, 21 Sep 2009 14:01:27 -0400, bearophile thusly wrote:
> Justin Johansson:
>
>>I'd be interested to know how good D is for implementing
>>scripting/dynamic languages .. maybe that could change the odds?<
>
> You can surely implement Ruby or JS or other dynamic languages with D1.
> But I don't know how this can change the diffusion of D a lot.
>
> A possible way to use (and spread) D on the web is to compile D (with
> LDC) for NaCl: http://code.google.com/p/nativeclient/
The native client has a rather static policy model. I suppose the future
of mobile code is in dynamic languages like JVM & .NET based ones,
Actionscript and Javascript. Of course you all disagree, you are free to
do so. It just makes sense to me to use e.g. Java since it is not only
faster than D in many cases, but it has a nice security model and a nice
class loader (both of which are not perfect, though)
More information about the Digitalmars-d
mailing list