Sujet : Re: Python recompile
De : bc (at) *nospam* freeuk.com (bart)
Groupes : comp.lang.cDate : 13. Mar 2025, 12:16:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vquepe$37b07$1@dont-email.me>
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 25 26 27 28 29 30
User-Agent : Mozilla Thunderbird
On 13/03/2025 02:35, Lawrence D'Oliveiro wrote:
On Thu, 13 Mar 2025 00:33:27 +0000, bart wrote:
On 13/03/2025 00:08, Lawrence D'Oliveiro wrote:
>
On Wed, 12 Mar 2025 17:12:34 +0000, bart wrote:
>
I also feel it is wrong to paint Windows as a poor machine for
development, simply because it is not a Unix clone.
>
The fact that Windows developers themselves are unable to improve the
situation is all the justification we need.
>
Improve what situation?
The one you’ve been complaining about.
Unix based developers insist of using some nonsense called XYZZY for
all their projects, which only works on Unix, and Windows is at
fault for not immediately implementing XYZZY too?
It’s their fault for wanting to run the Unix software, instead of
developing their own.
Ha! It's just 'software' when it's cross-platform.
Cross-platform means somebody ensures it will run across different OSes. But it would be odd to go to that trouble and not have a cross-platform build process too. Unless they will consent to providing binaries for which they will use a cross-compilation process.
What I also find amusing is that this is a group about the C language which is touted to run every conceivable target on the planet, past, present and future.
The reason for half the UBs is because some operation is badly defined on whacko architecture which accounts for 0.00001% of machines.
So it takes portability seriously.
Yet when it comes to *building* software, which is just another kind of application, then apparently only Unix-like exists.