Deutsch English Français Italiano |
<vr4ba0$3tj6e$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: Muttley@dastardlyhq.com Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Sat, 15 Mar 2025 16:53:20 -0000 (UTC) Organization: A noiseless patient Spider Lines: 49 Message-ID: <vr4ba0$3tj6e$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> <vr3li9$3bqnp$1@dont-email.me> <vr3php$3di63$2@dont-email.me> <vr3qa3$3fua7$1@dont-email.me> <vr3vup$3jjoq$1@dont-email.me> Content-Type: text/plain; charset=UTF-8; format=flowed Injection-Date: Sat, 15 Mar 2025 17:53:21 +0100 (CET) Injection-Info: dont-email.me; posting-host="093cc149747a3322ec79ae019f501a24"; logging-data="4115662"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+j9XAQGdtjOlfTAs41g14y" Cancel-Lock: sha1:GPrsG/uhl2IIDgITvD8bWnrh/eU= Bytes: 3444 On Sat, 15 Mar 2025 13:39:39 +0000 bart <bc@freeuk.com> gabbled: >On 15/03/2025 12:03, Muttley@dastardlyhq.com wrote: >> It doesn't, that was kind of the point. win32 can't do fork(). > >So, WTF does that have to do with the subject? I can also ask how what Umm, you're trying to promote your language. Might be helpful if it did something fucking useful. Or is it just a toy? >> You do realise its utterly trivial to create a script or even an alias >> under >> *nix that will compile and run in one go. You declaration that being >> able to >> do both with one command is some kind of quantum leap in functionality is >> laughable. > >OK. Try it with CPython: start with no CPython executable, just the >source files. You want to be able to run hello.py with one command that >will build CPython from source and run it. Something like this I imagine: alias hello="cd cpython;make;bin/python hello.py" >Tell me how long it took to write the script, how long it took to run, 10 secs and no idea. How long does it take to build your language from scratch? >My example didn't need a script; it ran in 0.1 seconds, and generated >zero files. It needed one tool, the compiler. So what language is your compiler written in? Does it magically just work or does it have to be built first? >Yes it is a 'quantum' leap compared with how things are usually done. How exactly? >> if you want an inefficient build. Most people however don't like rebuilding >> from scratch everytime there's a code change in a single module, hence >> makefiles. > >Here, you don't seem to understand what this is about. I understand that everytime I ask you something relevant your answer is the equivalent of "Look! Squirrel!"