On Thu, Jan 7, 2016 at 7:23 PM, Greg Reagle <[email protected]> wrote: > On Fri, Jan 08, 2016 at 12:53:26AM +0100, hiro wrote: >> are you asking how to compile "make program; program" into a C program? ... > But this is all very ad-hoc and takes a lot of manual intervention and it > would be nice to make it more systematic and automated. I am very vaguely > familiar with Plan 9 (I've never used it but I've read a little bit about > it), and it seems like something Plan 9 could automate easily. >
There exists the C "Interpreter" [1], but I'm not sure if that's an argument for or against this idea. -Leander [1] https://github.com/ryanmjacobs/c
