Greg Kochanski <gpk@bell-labs.com> wrote: There is no C co…
Greg Kochanski <gpk@bell-labs.com> wrote:
There is no C compiler for Inferno, largely because Inferno eliminates most memory allocation problems by doing garbage collection, and C is not really compatible with garbage collection.