A simplified model of Fil-C
by aw1621107 on 4/17/2026, 9:38:20 PM
https://www.corsix.org/content/simplified-model-of-fil-c
Comments
by: whatsakandr
Fil-C is one of the most unrated projects I've ever seen. All this "rewrite it in rust for safety" just sounds stupid when you can compile your C program completely memory safe.
4/17/2026, 10:27:13 PM
by: vzaliva
This is yet another variant of the "fat pointers" technique, which has been implemented and rejected many times due to either insufficient security guarantees, inability to cross non-fat ABI boundaries, or the overhead it introduces.
4/17/2026, 11:02:38 PM