Deutsch English Français Italiano |
<87jzkvor7q.fsf@bsb.me.uk> 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: Ben Bacarisse <ben.usenet@bsb.me.uk> Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc,comp.lang.perl.misc Subject: Re: on Perl Date: Wed, 17 Apr 2024 18:04:57 +0100 Organization: A noiseless patient Spider Lines: 27 Message-ID: <87jzkvor7q.fsf@bsb.me.uk> References: <uu54la$3su5b$6@dont-email.me> <87edbtz43p.fsf@tudado.org> <0d2cnVzOmbD6f4z7nZ2dnZfqnPudnZ2d@brightview.co.uk> <20240408075547.000061e8@gmail.com> <g52cnWOOwoz_son7nZ2dnZfqnPWdnZ2d@brightview.co.uk> <uvbe3m$2cun7$1@dont-email.me> <Mkidnafag8vlooH7nZ2dnZfqn_idnZ2d@brightview.co.uk> <pan$c8c3e$b0e492b3$c544c27e$d72bff90@invalid.invalid> <uvk8o6$h2pg$3@dont-email.me> <dRicnfsW0phufoP7nZ2dnZfqnPednZ2d@brightview.co.uk> <uvnerd$1ct1p$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 17 Apr 2024 19:05:11 +0200 (CEST) Injection-Info: dont-email.me; posting-host="39e43a1f7f1a3f90c725b40bf55e0b25"; logging-data="1812256"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pPUKBCHFKRBXFyI2+K5M60SYT3DkNhNg=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:QSQ34foFLy2RC7BHXPjN3Cgr3tY= sha1:FkO/xT3ag1aYX1WV2RMzu614NdU= X-BSB-Auth: 1.676737456c9647de2875.20240417180457BST.87jzkvor7q.fsf@bsb.me.uk Bytes: 2425 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.