Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vbcvk8$ersn$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vbcvk8$ersn$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!.POSTED!not-for-mail
From: Thomas Koenig <tkoenig@netcologne.de>
Newsgroups: comp.arch
Subject: Re: Julia was Re: Fortran was NOT higher level than C. Was:
 Computer architects leaving Intel...
Date: Thu, 5 Sep 2024 19:08:56 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <vbcvk8$ersn$1@dont-email.me>
References: <2024Aug30.161204@mips.complang.tuwien.ac.at>
 <memo.20240830164247.19028y@jgd.cix.co.uk> <vasruo$id3b$1@dont-email.me>
 <2024Aug30.195831@mips.complang.tuwien.ac.at> <vat5ap$jthk$2@dont-email.me>
 <vaunhb$vckc$1@dont-email.me> <vautmu$vr5r$1@dont-email.me>
 <2024Aug31.170347@mips.complang.tuwien.ac.at>
 <vavpnh$13tj0$2@dont-email.me> <vb00c2$150ia$1@dont-email.me>
 <505954890d8461c1f4082b1beecd453c@www.novabbs.org>
 <vb0kh2$12ukk$1@dont-email.me> <vb3smg$1ta6s$1@dont-email.me>
 <vb4q5o$12ukk$3@dont-email.me> <vb6a16$38aj5$1@dont-email.me>
 <jwv8qw8o7zg.fsf-monnier+comp.arch@gnu.org> <vb7q5q$3f6cg$1@dont-email.me>
 <20240904113123.00002098@yahoo.com> <vba46k$3te58$1@dont-email.me>
 <20240905130424.00001218@yahoo.com> <vbc53m$ahv7$1@dont-email.me>
 <20240905153103.00000008@yahoo.com> <vbcfo4$cd1g$1@dont-email.me>
 <vbcr5j$e3cq$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 05 Sep 2024 21:08:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="49b1fef9f6d2c4ff10ee0b8b71cf8125";
	logging-data="487319"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/9cuBgu1H9je41BcXhUzFIbuEBT+0mu3Q="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:J6uT4e2hTZu3eulp3Ndh/7ddv68=
Bytes: 3161

Stephen Fuld <sfuld@alumni.cmu.edu.invalid> schrieb:
> On 9/5/2024 7:37 AM, Thomas Koenig wrote:
>
>> 
>> I prefer Julia for the more script-oriented stuff, it can be
>> quite fast.
>> 
>
> When I first saw Julia some years ago, I was very impressed.  It 
> certainly has some nice features.  But apparently it hasn't caught on as 
> quickly as I had hoped. :-(

> Can you talk about why you think it isn't more popular?

I can make guesses, but I'm not more informed than you.

Python's popularity, due to the sheer number of people using it,
is one reason.  People who know Python will continue using it
and see little reason to learn another language.  Many don't care
about Python's inefficiency when not using highly efficient compiled
code and, truth be told, for many applications it doesn't matter,
you have 3*10⁹ cycles to throw at it per second.
But when it does, it suddenly starts to bite people...

Also, Julia is simply less known than many other languages.

Julia is quite popular in some areas, which results in some
excellent packages.  Autodifferentiation plays a large role there,
which allows, for example, for excellent ODE solvers (a lot of
cutting-edge ODE research seems to be done in Julia).  If I needed
to solve lots of coupled ODEs and had my own choice of tools,
I would very probably use Julia.