Remix.run Logo
HexDecOctBin 4 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?

jitl 4 days ago | parent [-]

> 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.)

HexDecOctBin 4 days ago | parent [-]

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.

loeg 3 days ago | parent [-]

You could run the two parts in separate processes and pass messages via shared memory.