What are the worst parts of D?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 2 09:26:04 PDT 2014


On Thu, 02 Oct 2014 16:13:31 +0000
via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> In environments like javascript/python I often can find the 
> problem just as fast by just using the interactive console if the 
> code is written in a functional style.
actually, i'm cheating here, 'cause most of my reasonably complex
software has well-hidden interactive console inside, so i can connect
to it to inspect the internal state and execute some (sometimes
alot ;-) of internal commands. and i must say that integrating such
console in C projects was tiresome. with D i can do it almost
automatically, skipping annoying "variable registration" and wrappers
for functions.

the first thing i wrote in D was "console module" -- just to test if
all that "CTFE, and traits, and metaprogramming" promises are real. and
then i became immediately hooked to D. ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141002/e9c14c49/attachment.sig>


More information about the Digitalmars-d mailing list