Reasons to use D
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 12 09:32:50 PDT 2015
On Saturday, 12 September 2015 at 11:36:47 UTC, Sebastiaan Koppe
wrote:
> I suppose you mean changing the contents of an existing script
> element. I was talking about inserting a new inline-script via
> html().
oh yeah, you are right. That's one thing I do like about D
though: I find it so much easier to remember (perhaps because I
wrote most the libs I use myself). I forget the difference
between stuff like substr and substring in Javascript or chop and
chomp in Ruby and so on. I have to refer to the docs to remember
this stuff, even when I write it all the time.
I find D's ways to be much easier to store in the brain, despite
D arguably being a bigger, more complex language.
More information about the Digitalmars-d
mailing list