What are the worst parts of D?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 25 00:03:44 PDT 2014


On Wed, 24 Sep 2014 23:22:56 -0700
"H. S. Teoh via Digitalmars-d" <digitalmars-d at puremagic.com> wrote:

> gdb does allow calling your program's functions out-of-band in
> 'print'.
it's handy. what else handy is "quake-like" embedded console. i'm using
that in my c software alot (i can connect to some port using telnet,
inspect and change vars, call functions, etc). and when i decided to go
with D, the first thing i tried to write was my "command console"
subsystem. and it was a great pleasure with all that compile-time
introspection, i must say. some annoyances here and there, but it's
nothing compared to huge pile of error-prone C macro magic.
-------------- 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/20140925/17a1671e/attachment.sig>


More information about the Digitalmars-d mailing list