Uncomplicated Programming Languages
Uncomplicated PLs For Design
Design only needs two kinds of data:
- a thing
- a bunch1 of things.
Anything more is deliterious.
Tell: PLs That Are Too Complicated
Any language that encourages you to use +
or array
or cons
or ...
is too complex for most design applications.
That kind of PL should only be used for implementation
, not for design.
See Also
-
Bunch is aka Collection. ↩