Sujet : Re: TeX and Pascal [was Re: The joy of FORTRAN]
De : 186283 (at) *nospam* ud0s4.net (186282@ud0s4.net)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 23. Oct 2024, 08:15:43
Autres entêtes
Organisation : wokiesux
Message-ID : <icecnbxnZIs9P4X6nZ2dnZfqnPadnZ2d@earthlink.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 10/1/24 8:54 PM, Lawrence D'Oliveiro wrote:
On Tue, 1 Oct 2024 16:07:42 -0700, John Ames wrote:
On Tue, 1 Oct 2024 22:17:26 -0000 (UTC)
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>
That’s why I say, you got to be kidding about it being “cleaner
overall”.
>
I meant more on a core language/syntax level ...
Even then, you often have to write things like
final java.util.Map<android.view.MenuItem, PopupAction> NewMenuItems =
new java.util.HashMap<android.view.MenuItem, PopupAction>(MenuItems.size());
That particular example may be Android-specific, but I don’t think you
can blame the Android API calls for this particular instance of
long-windedness; it’s fundamental to the way Java works.
Look, Java/JS kinda just SUCKS to write in. The
'object' aspect has gotten totally out of control,
to the point where you can barely tell what one
of those ultra-long lines actually DOES. This
isn't a good thing.
More "simple" approaches like TeX and Pascal may
be the 'better way' by and large.
Of course now "AI" is getting into the app-writing
process. Its logic and methods and syntax are now
kinda out of of the realm of human understanding
and will rapidly get WAY beyond.
This is where tech again becomes "magic". Speak
the charms and chants and spells ..... but HOW
it works will always be a mystic mystery.