In Plan 9 and Inferno, the key ideas are the protocol for communicating between components and the simplification and extension of particular concepts. In Plan 9, the key abstraction is the file system-anything you can read and write and select by names in a hierarchy-and the protocol exports that abstraction to remote channels to enable distribution. Inferno works similarly, but it has a layer of language interaction above it through the Limbo language interface-which is like Java, but cleaner I think. (Ken Thompson)

In Plan 9 and Inferno, the key ideas are the protocol for communicating between components and the simplification and extension of particular concepts. In Plan 9, the key abstraction is the file system-anything you can read and write and select by names in a hierarchy-and the protocol exports that abstraction to remote channels to enable distribution. Inferno works similarly, but it has a layer of language interaction above it through the Limbo language interface-which is like Java, but cleaner I think.

Ken Thompson

Related topics

above abstraction cleaner communicating distribution extension file interaction java key language layer limbo particular plan protocol read remote select simplification think write works names inferno channels

Related quotes