Re: on Perl
Ben Bacarisse <[email protected]> Wed, 17 Apr 2024 18:04:57 +0100
| Newsgroups | comp.unix.shell,comp.unix.programmer,comp.lang.misc,comp.lang.perl.misc |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Lawrence D'Oliveiro <[email protected]> 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.