Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Wolfgang Agnes Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Command Languages Versus Programming Languages Followup-To: comp.lang.misc Date: Mon, 11 Nov 2024 08:28:51 -0300 Organization: A noiseless patient Spider Lines: 20 Message-ID: <87msi6t3f0.fsf@jemoni.to> References: <87edbtz43p.fsf@tudado.org> <0d2cnVzOmbD6f4z7nZ2dnZfqnPudnZ2d@brightview.co.uk> <87a5fdj7f2.fsf@doppelsaurus.mobileactivedefense.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 11 Nov 2024 12:29:00 +0100 (CET) Injection-Info: dont-email.me; posting-host="3b9c4e065a5e8a9a86df711005fd4432"; logging-data="1016613"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/dumMBGiUEWe8G739WpBVhDSQIBJkY54E=" Cancel-Lock: sha1:4IY6YOzDk3Spf3shPZAMvxT5Uls= sha1:SlDxVgW/A5ybNAyENnfZJEl0HnA= Bytes: 2276 Muttley@DastartdlyHQ.org writes: > On Mon, 11 Nov 2024 07:31:13 -0000 (UTC) > Sebastian 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.