Deutsch   English   Français   Italiano  
<vqp6cf$1udrm$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Tue, 11 Mar 2025 11:21:51 +0000
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <vqp6cf$1udrm$1@dont-email.me>
References: <vq1qas$j22$1@gallifrey.nk.ca> <vq3oag$18iv6$1@dont-email.me>
 <vq4hf2$1brf7$1@dont-email.me> <vq4l3d$1ck9e$1@dont-email.me>
 <vq4m0u$1ctpn$1@dont-email.me> <vq4n05$1d5dv$1@dont-email.me>
 <vq4om7$1dbo2$2@dont-email.me> <vq6dqh$1pskk$1@dont-email.me>
 <vq6f8p$1pmnk$1@dont-email.me> <vq6gqc$1qcp8$1@dont-email.me>
 <vq6ips$1pmnk$2@dont-email.me> <vq6j5h$1qosf$1@dont-email.me>
 <20250304092827.708@kylheku.com> <vq7g1p$1vmg5$1@dont-email.me>
 <vq94dt$2boso$1@dont-email.me> <vqcsk7$23bfo$1@paganini.bofh.team>
 <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me>
 <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me>
 <vqh569$3e9d$1@dont-email.me> <vqhj2e$5u26$1@dont-email.me>
 <vqhp18$75es$1@dont-email.me> <vqhs8o$7o8n$1@dont-email.me>
 <vqii9g$bq1o$6@dont-email.me> <vqkcju$pvlg$1@dont-email.me>
 <vqo1ma$1kln1$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 11 Mar 2025 12:21:51 +0100 (CET)
Injection-Info: dont-email.me; posting-host="e0b1512e31c88b1cbe05a7f62cb3028b";
	logging-data="2045814"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+1FFafprkKy5UqWnIBvQQC"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ZCBUx0tfqo6nZT1YvDVxIgFC2Sg=
Content-Language: en-GB
In-Reply-To: <vqo1ma$1kln1$2@dont-email.me>
Bytes: 2839

On 11/03/2025 00:55, Lawrence D'Oliveiro wrote:
> On Sun, 9 Mar 2025 15:37:35 +0000, bart wrote:
> 
>> So, what you are saying is that some software that is developed using
>> one particular environment, regarding its tools, resources, and testing,
>> may fail on an alien environment.
> 
> No, actually that software is able to build and run nicely on every single
> environment it has been ported to ... except one.


There are two main environments A and B, and it manages to build on A, 
because the build process depends entirely on shell commands, utilities 
and libraries that are exclusive to A.

However the software I create for B doesn't rely on anything exclusive 
to B, so can be built on A or B. Which process is more portable?

BTW see: https://gs.statcounter.com/os-market-share/desktop/worldwide

This is market share of desktop and laptops OSes:

  Windows   70%
  OS X      16%
  Linux      4%
  Chrome     2%

For all devices including phones and tablets, Windows is at 25% market 
share.