Hacker News new | ask | show | jobs
by neonsunset 609 days ago
At this point you could also use C# for vastly better user experience, that builds on top of compiler that is actually GC-aware and does not have a performance penalty, aside from being just weaker than GCC (although that is improving with each release);
1 comments

C# isn’t C though. The point of Fil-C is you can compile real C programs (like CPython or SQLite and many others) with it.

Fil-C’s compiler is GC aware.