Deutsch English Français Italiano |
<vr27eh$2307i$2@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Richard Harnden <richard.nospam@gmail.invalid> Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Fri, 14 Mar 2025 21:35:13 +0000 Organization: A noiseless patient Spider Lines: 31 Message-ID: <vr27eh$2307i$2@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> <vr20gt$1u8au$1@dont-email.me> <vr268t$22vgq$1@dont-email.me> Reply-To: nospam.harnden@invalid.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 14 Mar 2025 22:35:14 +0100 (CET) Injection-Info: dont-email.me; posting-host="66eab6a96af2590b24264c706ff0e77b"; logging-data="2195698"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18fBe2ivVNt7sPbBs3vHdatCQrfuG9GhzE=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:yCLU7CMM0OjBID67AE5TGN6AJms= Content-Language: en-GB In-Reply-To: <vr268t$22vgq$1@dont-email.me> Bytes: 2759 On 14/03/2025 21:15, bart wrote: > On 14/03/2025 19:37, Richard Harnden wrote: >> On 14/03/2025 19:04, bart wrote: >>> After all no one (according to you) was complaining about grappling >>> with 100 discrete files. >> >> 100 discrete files helps 100 developers not to step on each other's toes. >> >> And most of those 100 .o's won't need to be recompiled on every make. >> It's quicker and easier. >> > > That may be true about the people who /develop/ this sqlite3 product. > > But this is a file created to ease deployment by people who want to / > use/ it. This is a newsgroup populated by developers. Users won't be going anywhere near a compiler - they'll get shipped the binary. > > I don't know why nobody in this group can grasp that concept even though > I've explained it a hundred times. For example, I have a transpiler > product that turns a 50-module project in my language into a single, > easy-to-build C source file. > > But everyone makes the same point about it being hard to manage. No one > is even going to look inside it!