Single State Trees

15 thoughts
last posted Oct. 20, 2016, 5:49 p.m.

6 earlier thoughts

0

The TL;DR so far is basically:

  • a single tree representing an entire file system all the way into the files themselves: basically no distinction between directory trees and the tree structure internal to files.
  • software as functions that manipulate the tree and which themselves are nodes on the tree
  • a shell for navigating around the tree like Unix-shell on a filesystem
  • information from external sources grafted onto the tree

8 later thoughts