Live data from Hacker News

Philosopher Flusser about 2 kinds of complexity

youtube.com

1–3 of 3 posts

Re: Philosopher Flusser about 2 kinds of complexity

#3
post #2

Structural complexity (the internals) against functional complexity (the use) reminds me that worse is better because overengineering selects orthogonality into unimportant problem-dimensions, that is tends to enhance the structure while hindering the use.

It would seem that programming languages play a big part in determining the level of structural complexity produced in a piece of software. Lisp, for example, is structurally simple while being functionally complex.