Sujet : Re: on Perl
De : ben.usenet (at) *nospam* bsb.me.uk (Ben Bacarisse)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.misc comp.lang.perl.miscDate : 17. Apr 2024, 19:04:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87jzkvor7q.fsf@bsb.me.uk>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Gnus/5.13 (Gnus v5.13)
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
On Tue, 16 Apr 2024 20:47:47 +0000, Javier wrote:
>
But for system automation tasks in a Posix OS, when you want to go above
the level of a simple shell script and use complex data structures, Perl
is the only language that fills that gap, any other language is
oververbose (lacks conciseness).
>
Still some limitations in its data structures, though.
Such as? (I'm not disagreeing -- every languages have "limitations" --
I'm just trying to find out what you mean by a limitation in Perl's data
structures.)
I see Perl 5.38 has
added an “experimental” class feature, but it doesn’t do multiple
inheritance or metaclasses.
Perl has had support for object-oriented programming (with multiple
inheritance) for many years -- too many for me to remember.
Also I’m not sure if classes are first-class
objects or not.
-- Ben.