Deutsch   English   Français   Italiano  
<vgv6nf$1h790$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Muttley@DastartdlyHQ.org
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Tue, 12 Nov 2024 09:21:51 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vgv6nf$1h790$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>
 <vgv69c$1h4fb$1@dont-email.me>
Injection-Date: Tue, 12 Nov 2024 10:21:52 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ddfc3d397de469850af03a6d8c1dcede";
	logging-data="1613088"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19iLaTj4IJQ5kJ0DmDBCnMH"
Cancel-Lock: sha1:skThISsoDVGvetTIKhMp5W1otPw=
Bytes: 2110

On Tue, 12 Nov 2024 10:14:20 +0100
Janis Papanagnou <janis_papanagnou+ng@hotmail.com> boring babbled:
>On 11.11.2024 11:06, Muttley@DastartdlyHQ.org wrote:
>> 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
>
>(and not only there; it's ubiquitous, it seems)

Yes, certainly seems to be the case now.

>> 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?
>
>Because of its simpler syntax and less syntactical ballast compared
>to C++?

When you're dealing with something as complicated and frankly ineffable as
an AI model I doubt syntactic quirks of the programming language matter that
much in comparison. Surely you'd want the fastest implementation possible and
in this case it would be C++.