๐Text source code is adding friction to some programming constructs
Programming is limited by source code being text, which is 2D at best. This makes it harder to use concepts that donโt map nicely to text (e.g., pipes and filters, data graphs, tables).
See also
- Non-text programming
- Projectional Editor. Editors that understand that source code is not just text.
- Text has become a popular format because itโs simple, human-readable and human-writable
- Lowering the friction may exponentially influence the usage. Text is adding friction for things that are not easily represented in text.
Backlinks
- ๐ Programming languages are moving up the abstraction levels
- ๐ Assembly was the first jump from binary to text
- ๐ Text has become a popular format because itโs simple, human-readable and human-writable
- ๐ Lowering the friction may exponentially influence the usage
- ๐ Non-text programming