Deutsch English Français Italiano |
<vr4t8q$ckip$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: Sat, 15 Mar 2025 21:59:55 +0000 Organization: A noiseless patient Spider Lines: 33 Message-ID: <vr4t8q$ckip$1@dont-email.me> References: <vq1qas$j22$1@gallifrey.nk.ca> <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me> <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me> <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com> <vqi1ge$8jg8$1@dont-email.me> <vqmgjv$3a2il$1@paganini.bofh.team> <vqn4dn$1eb9s$1@dont-email.me> <vqo3ss$3hkas$1@paganini.bofh.team> <vqph2e$203bs$2@dont-email.me> <vqvtop$cpvn$1@paganini.bofh.team> <vr1nkh$1miii$1@dont-email.me> <G8_AP.37556$D_V4.24121@fx39.iad> <vr1uk1$1sb5s$1@dont-email.me> <874izvjs4m.fsf@nosuchdomain.example.com> <vr27td$22vgq$2@dont-email.me> <87senfi7ii.fsf@nosuchdomain.example.com> <vr2dbm$2995t$1@dont-email.me> <vr2onl$2hjmt$3@dont-email.me> <vr3k67$3a5r2$1@dont-email.me> <vr4shn$cbcb$2@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 15 Mar 2025 22:59:55 +0100 (CET) Injection-Info: dont-email.me; posting-host="14d72ed8b9f39470873bf90fad2cad9d"; logging-data="414297"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/mO+oqvWm3p0PjvXBzDiE/" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:Flv3T/UUFcfTwvSkq1YDP3CR4pw= In-Reply-To: <vr4shn$cbcb$2@dont-email.me> Content-Language: en-GB Bytes: 3048 On 15/03/2025 21:47, Lawrence D'Oliveiro wrote: > On Sat, 15 Mar 2025 10:18:49 +0000, bart wrote: > >> On 15/03/2025 02:30, Lawrence D'Oliveiro wrote: >>> >>> On Fri, 14 Mar 2025 23:16:06 +0000, bart wrote: >>> >>>> Every single post arguing against me implies that it is effortless: >>>> that is, all you have to do is type 'make'. >>>> >>>> NO ONE wants to admit to building can be a difficult process. >>> >>> You don’t have to take anybody’s word for it. Spend a few weeks doing >>> some builds and development on a Linux system for yourself. The >>> difference between Windows and Linux is like night and day. >> >> Spend a few weeks using my language. > > What can it do that the wide variety of languages already available on > *nix systems can’t do? People keep changing the subject. You were talking about building and development on Linux vs Windows, rather than the benefits of a particular language. Well, my language doesn't need a huge ecosystem of specialist tools for a start. Its compiler can turn a source files in the language into runnable code without any outside help! I used to think that was the job of a compiler, but now I'm not so sure. I wonder, do you any examples of a project which can be built using ONLY a C compiler, and a set of source files?