Anyone got a use case for Perl in 2020?

Hanzo_AA

Junior Member
Joined
May 28, 2020
Messages
165
Reaction score
348
Just wondering, what do you think Perl can do that other similar general purpose languages can't
 
it's probably still being used by some legacy programs
I've read that the USA is planning on having programmers learn some ancient language (COBOL iirc) because the current engineers are too old to work with the legacy software
 
l
it's probably still being used by some legacy programs
I've read that the USA is planning on having programmers learn some ancient language (COBOL iirc) because the current engineers are too old to work with the legacy software
lol yeah they teach java in universities, that's legacy enough these days
 
lol yeah they teach java in universities, that's legacy enough these days
They teach java because, it is one good programming language to understand theory. Proper object-oriented programming.

Java is not a legacy at all lol. What do you think enterprise software is written in? API management, Identity Management, Open banking, Enterprise Service Bus, Stream processing -> everything is done using primarily in java.

I can list 500+ (1M - 1B revenue) companies here that use Java.
 
They teach java because, it is one good programming language to understand theory. Proper object-oriented programming.

Java is not a legacy at all lol. What do you think enterprise software is written in? API management, Identity Management, Open banking, Enterprise Service Bus, Stream processing -> everything is done using primarily in java.

I can list 500+ (1M - 1B revenue) companies here that use Java.
it was a joke bro lol.
 
I have been looking at studying for a bsc in computing a few weeks ago and Java is the foundation in every single syllabus.
 
just learn node.js and machine learning if you want a high level job in 10 years lol
I have been looking at studying for a bsc in computing a few weeks ago and Java is the foundation in every single syllabus.
 
Nice article. Do you guys think node.js / mean is really going to pick up that much? In 2020 it still doesn't even represent 1% of the http market.
personally yeah. it could fall off but everything i use these days is npm so yeah
 
If you're doing anything with text - parsing log files, data munging or anything on the command line, it's still hella relevant. Perl was & is pretty amazing, it biggest problem was that it just tried to be too many things.

If you focus on what it's good at, it's still a great tool. I'd dare you dream of something that someone hasn't written a CPAN module for.

Of course, now it's called Raku or some BS. Why can't things stay the same?
 
funny fact about perl, zuckerburgs cofounder learnt perl to join facebook before realizing mark used php lol
 
Back
Top