this post was submitted on 29 Oct 2025
15 points (94.1% liked)

C++

2173 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
 

Fil-C is a memory-safe implementation of C and C++ that aims to let C code — complete with pointer arithmetic, unions, and other features that are often cited as a problem for memory-safe languages — run safely, unmodified. Its dedication to being "fanatically compatible" makes it an attractive choice for retrofitting memory-safety into existing applications. Despite the project's relative youth and single active contributor, Fil-C is capable of compiling an entire memory-safe Linux user space (based on Linux From Scratch), albeit with some modifications to the more complex programs. It also features memory-safe signal handling and a concurrent garbage collector.

top 4 comments
sorted by: hot top controversial new old
[–] zerofk@lemmy.zip 4 points 2 months ago

The C family tree puts the Godfather to shame.

[–] LodeMike@lemmy.today -1 points 2 months ago (1 children)

Just use Go if you want that

[–] 30p87@feddit.org 2 points 2 months ago (1 children)
[–] LodeMike@lemmy.today 2 points 1 month ago

Go is under a libre license just like Python