Sujet : Re: New VSI post on Youtube
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 21. Aug 2024, 02:18:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <va3f8f$3iue9$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.159 (Vovchansk; )
On Tue, 20 Aug 2024 10:15:03 -0400, Arne Vajhøj wrote:
And there are some horror decisions. The compiler API comes to my mind -
it takes 200 lines to do what you can do in 5 lines in C#.
Java is full of stuff like that.
The java.io package may seem a bit complex, but it makes perfect sense
when you learn the structure.
Until you try to include niceties like select/poll. Then you get into a
whole mess of extra classes/methods.
I suppose, given its origin in the 1990s, the Java designers thought all
nonblocking I/O should be handled through threads ...