>>51015302>>51015302>>51015302Perl:
+ Syntax: Looks a lot like C, if done right, looks great and clean
+ Less concepts, easier to understand if you are a none programmer
+ More standards built in that you don't have to worry about without the need for a library, e.g. regex. I am not talking about high level libraries. They should not be part of the language at all.
>I once tried to do something in python that included regex could be done in perl without any library. I needed minutes just to figure out the name to use.+++ OOP sucks. This is actually a good thing for newbies: If you are a noob and start with a language that pretty much relies on OOP, it is then that you will NOT become a good programmer. OOP is not a solution for everything but it is memed to be one. An experienced person knows when OOP will help, an unexperienced person will overuse it, an unexperienced person will produce code that looks like "magic" and that will be how they think it works: magic.
One thing about the meme that perl is a "read-only-language":
That is the silliest meme about a certain language ever. It applies TO ALL programming languages if idiots do not use their brian writing something, especially if it overuses OOP (see above)