Sujet : Re: Is Programming Obsolete?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 08. Apr 2024, 01:00:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uuvc2d$32mbm$2@dont-email.me>
References : 1 2
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Sun, 7 Apr 2024 16:51:22 -0000 (UTC), Rich wrote:
AutoHotKey is the most absymal "programming" languge ...
That is inherent in the nature of the problem it is trying to solve:
automate an interface--the GUI--which was never designed for automatic
operation. No matter how you slice and dice it, that kind of thing
inherently turns out to be fiddly and fragile.
In Comp Sci, we learn early on about the concept of “abstract machines”
layered on top of each other, starting with the bare hardware, which is
the most general kind of machine, and specializing it more and more in the
upper layers until we get something suited to the set of problems we are
trying to solve.
That process stops when you get to the GUI: that is designed for operation
by humans, not to have anything else layered on top of it.