jitl a day ago

> 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 a day ago

    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 12 hours ago

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