logoalt Hacker News

FuckButtonsyesterday at 10:55 PM3 repliesview on HN

Exactly, the Venn diagram of programmers using c/c++ and programmers who can use a garbage collector for their workload is two circles.


Replies

fweimertoday at 3:59 AM

A lot of C++ programmers use C++ and garbage collection daily because their C++ compiler uses a tracing garbage collector.

https://gcc.gnu.org/onlinedocs/gccint/Type-Information.html

brucehoulttoday at 1:37 AM

Definitely not true. I've been using Boehm GC with my C/C++ programs for decades — since the 90s, at least.

show 1 reply
pizlonatoryesterday at 11:03 PM

Except for:

- Me. I'm a C++ programmer.

- Any C++ programmer who has added a GC to their C++ program. (Like the programmers who used the web browser you're using right now.)

- Folks who are already using Fil-C.

show 1 reply