Sujet : Re: Command Languages Versus Programming Languages
De : Muttley (at) *nospam* DastartdlyHQ.org
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 12. Nov 2024, 10:21:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgv6nf$1h790$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
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++.