Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.advocacy Subject: Re: Find "py.exe" & copy it to "Python" (flat, no extension). Date: 12 May 2024 01:41:52 GMT Lines: 29 Message-ID: References: <69ll3jhi08tml3m5cmhb3c6or82dd7vevb@4ax.com> <663e66da$0$16413$426a34cc@news.free.fr> <17ce393beff9f863$240882$3582942$802601b3@news.usenetexpress.com> <663e8810$0$7507$426a34cc@news.free.fr> <17ce3e7085de34d6$232683$197378$802601b3@news.usenetexpress.com> <663fbe26$0$10542$426a74cc@news.free.fr> <663fea4b$0$7508$426a74cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 6b2GF7+TotEbDVkxn+R7Ewx4XMncp17lVYLv+l3o11BJpQvkts Cancel-Lock: sha1:ixM6MpINLf6AdsoPUlCIU+is+gI= sha256:QBLAApKOSL/WfggHaxUHZS0AXYHY+ysGUYRqq6lddok= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Bytes: 2929 On 11 May 2024 21:59:39 GMT, Stéphane CARPENTIER wrote: > I have really nothing against Perl. It's good and it's useful. As you > wrote (if I'm not mistaken) in another post, the academic languages are > not the same as the industry languages. A sysadmin can do great things > with Perl, but it won't be the most important thing in the job. For a > programmer, it's just useless. If there is an example of the non-academic Larry Wall is it, at least as far as CS goes. He is a linguist by training and it shows. Like many in the field programming was a path to keep beans and rice on the table. At one time Perl was a popular way to do CGI (not that CGI), particularly after Apache added mod_perl that got around spinning up a process for every transaction. Being heavily oriented toward text processing it was a great fit. I don't know if it was the first but the DBI presented a uniform interface to databases with the messy parts handled by Database Driver modules for the specific database. Having worked with DB2, SQL Server, Oracle, and SQLite it's amazing how the APIs can appear to be very similar with enough landmines to make life interesting. But, time marched on and Perl didn't. It says a lot that the CGI module was removed from the Perl core package as CGI itself became a relic. I don't know how much Wall's personal circumstances factored into it. I've heard Perl 7 is being worked on but it's nowhere as ambitious as perl 6 was so it might happen in this decade.