[Off-Topic] John Carmack's point of view on GC and languages like JavaScript

H. S. Teoh hsteoh at qfbox.info
Wed Aug 10 22:21:03 UTC 2022


On Wed, Aug 10, 2022 at 09:55:36PM +0000, monkyyy via Digitalmars-d wrote:
> On Wednesday, 10 August 2022 at 21:51:21 UTC, H. S. Teoh wrote:
> > For example, the earliest versions of D did not have templates,
> > static if's, CTFE, or compile-time introspection, which today are a
> > large part of what defines D.  Can you imagine what kind of code you
> > had to write back then, compared to what we can write today?
> 
> Considering im almost entirely here for templates the answer is
> simple; I wouldnt be here

Haha, me too.  I heavily use templates, CTFE, static-if, and
compile-time introspection (DbI rocks!).  Without these, I might as well
crawl back to C++. Or swallow the bitter pill and go back to plain old C
(as I have to at work).  I was about to say Java, but that pill would be
too bitter to take even in the face of C++'s flaws and C's lack of
safety, so no.  :-P


T

-- 
VI = Visual Irritation


More information about the Digitalmars-d mailing list