Deutsch English Français Italiano |
<vgtau6$12m7o$1@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!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Muttley@dastardlyhq.com Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Command Languages Versus Programming Languages Date: Mon, 11 Nov 2024 16:21:26 -0000 (UTC) Organization: A noiseless patient Spider Lines: 29 Message-ID: <vgtau6$12m7o$1@dont-email.me> References: <uu54la$3su5b$6@dont-email.me> <87edbtz43p.fsf@tudado.org> <0d2cnVzOmbD6f4z7nZ2dnZfqnPudnZ2d@brightview.co.uk> <uusur7$2hm6p$1@dont-email.me> <vdf096$2c9hb$8@dont-email.me> <87a5fdj7f2.fsf@doppelsaurus.mobileactivedefense.com> <ve83q2$33dfe$1@dont-email.me> <vgsbrv$sko5$1@dont-email.me> <vgskvg$u8sh$1@dont-email.me> <87msi6t3f0.fsf@jemoni.to> Content-Type: text/plain Injection-Date: Mon, 11 Nov 2024 17:21:27 +0100 (CET) Injection-Info: dont-email.me; posting-host="dce9ef009493e7bff49a3fdd7efd443b"; logging-data="1136888"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18p3ZWi9YDqUv6gsRggEu5o" Cancel-Lock: sha1:zd+5/HowEo/RjFh3Uew5f4E7vsc= Bytes: 2454 On Mon, 11 Nov 2024 08:28:51 -0300 Wolfgang Agnes <wagnes@jemoni.to> gabbled: >Muttley@DastartdlyHQ.org writes: > >> On Mon, 11 Nov 2024 07:31:13 -0000 (UTC) >> Sebastian <sebastian@here.com.invalid> boring babbled: >>>In comp.unix.programmer Muttley@dastartdlyhq.org wrote: >>>> syntax and mashed them together. Its no surprise Perl has been ditched in >>>> favour of Python just about everywhere for new scripting projects. And >while >>>> I hate Pythons meangingful whitespace nonsense, I'd use it in preference >>>> to Perl any day. >>> >>>I think you've identified the one language that Python is better than. >> >> Yes, Python does have a lot of cons as a language. But its syntax lets >> newbies get up to speed quickly and there are a lot of libraries. However its > >> dog slow and inefficient and I'm amazed its used as a key language for AI >> development - not traditionally a newbie coder area - when in that >application >> speed really is essential. Yes it generally calls libraries written in C/C++ >> but then why not just write the higher level code in C++ too? > >You'd have to give up the REPL, for instance. Not that big a deal especially if the model takes hours or days to train anyway.