Hacker News new | ask | show | jobs
by malkia 198 days ago
If Fil-C requires complete recompile of ".c" code how does it deal with calls to the OS - Does it rewrap them (like Go?). I'm bit uncertain here...
1 comments

It uses a sandwich; see https://fil-c.org/runtime
Thank you!!!