Comment by HexDecOctBin
6 days ago
Can a program be written only partially in Fil-C? That is to say, can we link regular C and Fil+C object files in a single executable?
6 days ago
Can a program be written only partially in Fil-C? That is to say, can we link regular C and Fil+C object files in a single executable?
> There is no interoperability with Yolo-C (i.e. classic C). This is both a goal and the outcome of a non goal.
https://fil-c.org/runtime
(worth reading, i think all the stuff Fil writes is both super informative & quite entertaining.)
This is disappointing. I can write the networking parts in Rust and the rest of the program in C, but apparently can't do the same with Fil-C.
You could run the two parts in separate processes and pass messages via shared memory.