LinkedIn Article to be: Why you need to start moving off C/C++ to D, now.
Russel Winder via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 17 03:15:18 PDT 2014
On Thu, 2014-07-17 at 09:32 +0000, Chris via Digitalmars-d wrote:
[…]
> Also, if the trend in C++ is to go back to functional programming
> (don't use classes, inheritance etc.), then what's the point? Why
> not use C instead. It's kinda absurd.
C cannot do RAII, nor can it do internal DSL (via symbol in expression
definitions). And neither C nor C++ can do functional programming due to
the lack of tail call optimization.
Anyone reverting to C for new applications is either working on an
embedded system with very, very limited resources, or they are
revisionists ;-)
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
More information about the Digitalmars-d
mailing list