this post was submitted on 08 Feb 2025
191 points (98.5% liked)

Linux

6090 readers
435 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ZILtoid1991@lemmy.world 1 points 2 weeks ago (1 children)

D has a way for GC free operation, the easiest way is by using it in BetterC mode. The harder way is writing your own runtime without a GC.

[โ€“] FizzyOrange@programming.dev 3 points 2 weeks ago

Yes but that isn't memory safe.