Deutsch   English   Français   Italiano  
<lqi4odFdu06U3@mid.individual.net>

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

Path: ...!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.misc
Subject: Re: Joy of this, Joy of that
Date: 25 Nov 2024 02:12:29 GMT
Lines: 25
Message-ID: <lqi4odFdu06U3@mid.individual.net>
References: <vhigot$1uakf$1@dont-email.me>
	<6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com>
	<vhl090$5ghq$1@dont-email.me>
	<w4adnUM659THQqP6nZ2dnZfqnPednZ2d@earthlink.com>
	<vhndam$ljks$1@dont-email.me> <871pz4osys.fsf@comcast.net.invalid>
	<vhp646$12c7u$1@dont-email.me>
	<pgidnQQYp91K_dz6nZ2dnZfqnPqdnZ2d@earthlink.com>
	<vhsdhp$1m6qu$2@dont-email.me>
	<X4KcnQQzFNko49_6nZ2dnZfqnPWdnZ2d@earthlink.com>
	<vhvdmo$2900d$3@dont-email.me> <vhvdqu$28p7r$7@dont-email.me>
	<vhvm34$2aerk$2@dont-email.me>
	<1b166410-ecc1-f9e5-7218-cde9618f4686@example.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 2PWb8aSNBWJVjF3WI11JAQRFfkGaPBKRyozCVnHDlpq5z1+haT
Cancel-Lock: sha1:r/4wLoIEquBDLCsFu9HyI63R6uc= sha256:+NCHotPMOl4eQZI+AGCCCro9ljkV34FcGUZMfqz/EQM=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 2102

On Sun, 24 Nov 2024 22:07:40 +0100, D wrote:

> I dabbled a bit in perl out of curiosity and I find the following two
> points to be in its favour:
> 
> 1. Backwards compatibility. Much better than python.

Well, that's true. Looking over at the bookshelf I see 'Programming the 
Perl DBI' from 2000. It probably works just as well in 5.40.0 as it did in 
5.6.0. 

https://www.oreilly.com/library/view/programming-the-perl/1565926994/

There isn't a newer version. That's remarkable for close to 25 years. Most 
of my other books from 2000 are suitable for propping up mismatched table 
legs. 

I did appreciate the concept of a uniform DBI with specific DBDs in the 
back end. 

> 2. The built in documentation.

Python offers a lot of built in documentation, assuming the modules follow 
the PEP guidelines.