HIW01
This is the first in a series of Twitter threads on the workings of that part of the platform that I have validated with a proof-of-concept prototype:
1/18
2/18
3/18
UD01.The Humane Dozen. This is a set of design principles for building digital tools that minimize dependency on user skills other than those common to all humans: hand-eye-brain coordination:
melconway.com/Home/pdf/human…
4/18
5/18
6/18
Earlier, I wrote some of the lessons at
melconway.com/Home/pdf/simpl…
7/18
8/18
and on page 3 of
melconway.com/Working/WP_20.…
9/18
11/18
“Strictly” means:
No debugger
No clever compiler
12/18
13/18
Make a change to the program and its behavior is immediately reflected in its user interface.
14/18
15/18
Does that mean that the execution model is dataflow? It might seem that way but execution is actually a pub-sub messaging model. I’ll be explaining that.
16/18
18/18