Perl in 100 Seconds

Perl in 100 Seconds

Fireship

2 года назад

410,778 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@markopoutiainen7108
@markopoutiainen7108 - 01.12.2023 09:34

IMO, the key to writing really terse code in Perl is $_ and the fact that you don't usually need to evern type it. It probably also makes code bewildering to people who don't know Perl.

Ответить
@LordOtorai
@LordOtorai - 14.11.2023 03:39

Why did the Perl code break up with its girlfriend?

Because she said she needed more space, but Perl kept adding unnecessary complexity!

Ответить
@icqednixYo
@icqednixYo - 11.11.2023 06:39

this aint 100 seconds 💀 100 seconds in 1 minute 40 seconds





i am 🤓 i know

Ответить
@brissance
@brissance - 05.11.2023 13:22

larry wall is a legend.

Ответить
@kyxey
@kyxey - 04.11.2023 03:45

OUR variable 🫱🐰🫱

Ответить
@0794515357
@0794515357 - 24.10.2023 23:26

Love the idea of "my" for local and "our" for global variable, makes it sound like a team project

Ответить
@mayhoth
@mayhoth - 09.10.2023 19:00

The elements of an array or hash have the dollar sign as their sigils! It is not @nums[1] (that would be an array slice) or %friends{'Larry'} (that is an compile time error), but $nums[1] and $frieds{Larry}!

Ответить
@edd4851
@edd4851 - 07.10.2023 16:30

Why does it looks so similar to bash...

Ответить
@UAFMeyer
@UAFMeyer - 30.09.2023 17:15

How about the video "Pascal in 100 Seconds"? 😀

Ответить
@rickyanthony
@rickyanthony - 30.09.2023 13:00

They're not kidding about its string parsing abilities.

Ответить
@JohnnyMayHymn
@JohnnyMayHymn - 21.08.2023 00:36

how it started: things that are different should look different
how it's going: things that are the same look completely different

Ответить
@hansdegroot652
@hansdegroot652 - 10.08.2023 16:42

Even after all these years still love unless

Ответить
@laughingvampire7555
@laughingvampire7555 - 20.07.2023 00:40

one great feature you didn't mentioned and probably because is an obscure one, is that when you read any data that is not local, like data from the web, Perl throws always an error if you try to use it without parsing it with regex. Perl forces you to parse input with a regex, Perl called this "tainted variable" so to untaint it you use the regex, and this made sites written in Perl a lot more secure than with PHP, and for many people this was one of the reasons to make fun of PHP. The problem is that noobs still wouldn't know what to look for with the regex, but it helped them to find the documentation to avoid sql injections.

Ответить
@laughingvampire7555
@laughingvampire7555 - 20.07.2023 00:29

I love perl, is one of the reasons I chose ruby over python back in 2004 because the ruby man page says "inspired by lisp and perl" and that was a selling point to me.

Ответить
@nac341
@nac341 - 02.07.2023 19:18

Once I had to maintain an email server written in Perl. It was a single file, 10,000 lines long. The worst language ever. I still have nightmares.

Ответить
@NDHFilms
@NDHFilms - 02.07.2023 11:03

“I remember back in nahn-teen.”

Ответить
@ozzyogkush
@ozzyogkush - 24.06.2023 08:15

I'm having flashbacks of that time I decided to use Perl to do my assignments in a CS low level graphics course (early 2000s). Definitely the wrong tool for the job, but looking back I think what held it back more was a lack of understanding good structure. Still, Perl/CGI is what got me into programming during high school, so it'll always hold a place in my heart. I just hope never to have to use it ever again.

Ответить
@WillWillWill
@WillWillWill - 24.06.2023 06:28

use strict;

Ответить
@chmod0644
@chmod0644 - 20.06.2023 05:21

Perl rules

Ответить
@Shazam999
@Shazam999 - 16.06.2023 22:24

Was the second "internet" programming language I learned. Was disappointed when I found out literally no other languages have reg-ex by default.

Ответить
@xbmarx
@xbmarx - 10.06.2023 06:37

I know everyone dunks on cryptic Perl one-liners, but that's a design decision. It makes it so system admins can copy/paste whole ass programs them into terminals.

Ответить
@thebobnewhartshow
@thebobnewhartshow - 03.06.2023 17:06

Nice

Ответить
@tabassumingg
@tabassumingg - 01.06.2023 00:02

my exam is in 7 hrs and this helps❤thank youuu

Ответить
@anirbanmukherjee9248
@anirbanmukherjee9248 - 09.05.2023 06:14

I have a question, how perl can be an interpreter because it converts the code into byte code and then it is compiled into machine instructions. It has both interpreter and compiler features ? Can anyone clear my doubt ?

Ответить
@benoitrousseau4137
@benoitrousseau4137 - 20.04.2023 19:09

Interesting. I'd be curious to see an example of how good perl text processing is. I believe one of the design goals of ruby was simply to be a better perl: same text processing and array manipulation features but with a much more readable syntax. I wonder if it actually matches perl.

Ответить
@anuraagtummanapally1395
@anuraagtummanapally1395 - 02.04.2023 16:18

Nice description in a short time...

Ответить
@bouncypeople8749
@bouncypeople8749 - 27.03.2023 07:23

I don’t know why, but this language connects with me on a deeper level. I love the fact that Perl isn’t like every other programming language. It’s uniqueness is what makes it so beautiful. Graciously powerful.

Ответить
@atlantaguitar9689
@atlantaguitar9689 - 25.03.2023 19:46

I wrote a ton of Perl code in the late 90s into the early 2000s. I used it on web sites, in system administration, and in bioinformatics projects.

Ответить
@er22ick
@er22ick - 22.03.2023 11:28

I'm here because Dustin Moskovitz learned this in 3 days with the book Perl for dummies.

Ответить
@trashcan3958
@trashcan3958 - 13.03.2023 09:59

Wow. This language is shit.

Ответить
@bbom9197
@bbom9197 - 10.03.2023 13:07

Our variable
****Communism intensified

Ответить
@orangeinfotainment620
@orangeinfotainment620 - 01.03.2023 21:14

java on drugs

Ответить
@freedom_aint_free
@freedom_aint_free - 26.02.2023 02:20

Raku is even better than Perl 6, it's like the production ready version at the end of the line of prototypes. I've found difficult to reach a conclusion about Raku thought, just because it has everything and them some to it, it's a really really feature reach language, and although I don't like it in languages e.g. C++, just because the language is always surprising you no matter how long you've been programming in it, Raku seems to have done many many things right.

Ответить
@cianmoriarty7345
@cianmoriarty7345 - 23.02.2023 04:15

As much as I love perl because idk it just seems to be easier to do things in it, autivivication does sound like necromancy.

Ответить
@jirikrajnak9047
@jirikrajnak9047 - 18.02.2023 03:10

Thanks. Now I"m a Perl expert.

Ответить
@pjf7044
@pjf7044 - 11.02.2023 03:48

I think Perl is super underrated

Ответить
@Osbornesupremacy
@Osbornesupremacy - 23.01.2023 04:51

Perl Advocate: But does you language have...Autovivification!?!?!?!?

Average Developer: Well, considering that I haven't heard of that term until 1 second ago, no it doesn't.

Perl Advocate: Checkmate, bitch.

Ответить
@WayChuangAng
@WayChuangAng - 16.01.2023 05:02

I hate perl and I had to deal with it in my first job to fix bugs left behind by developers who had left the company. It was awful.

Ответить
@allenu
@allenu - 13.01.2023 08:34

Man, this was a blast from the past. I haven't written Perl code in nearly 20 years and completely forgotten how ugly it was. It definitely got the job done, though!

Ответить
@JamieBainbridge
@JamieBainbridge - 30.12.2022 03:38

This is actually a better intro to Perl than most Perl books.

Ответить
@lessermook7608
@lessermook7608 - 22.12.2022 22:58

my brain feels like i just finished a Calculus lecture

Ответить
@jez9999
@jez9999 - 15.12.2022 12:30

Perl gets a lot of hate but it was one of my first languages and imho it's still better than JavaScript. That's not saying a lot but for some reason everyone seems to think JavaScript is a good solution for everything nowadays.

Ответить
@ViktorSarge
@ViktorSarge - 14.12.2022 22:27

I spent around a decade working with an open source library system called Koha that's written in Perl. I'm still fond of it and the community, but Perl was never one of the pros.

Ответить
@KiwiTheCockatiel
@KiwiTheCockatiel - 06.12.2022 22:00

How many of you think that he removes the code step by step and then just keeps on pressing the Ctrl + Z command throughout the video to undo the changes?

Ответить
@danielayesnu2537
@danielayesnu2537 - 01.12.2022 19:00

can you talk about Delphi next?

Ответить
@Rogueixpresents
@Rogueixpresents - 28.11.2022 19:21

Not enough $&&&$$&&$$&&$$&😂

Ответить
@erisen960
@erisen960 - 24.11.2022 12:44

When I first met Perl, I got a veeeery painful headache just by reading the code. :-)

Ответить
@taehokim336
@taehokim336 - 22.10.2022 05:05

I remember from a vocational class where I learned Microsoft's Powershell. The instructor ranted about Perl for 10-15 straight minutes. The abridged version of this is

"Now Powershell has some influences, one of them happens to be a programming language called Perl. Perl was created by a linguist, as in not-a -programmer background kind of computer scientist wannabe, who has some mild obsession with Unix shell commands and a deep obsession with another programming language called AWK. He pretty much merged his interests with C and some other popular languages. So you can see a very tiny influence of Perl in Powershell. The bigger point is that Perl is so unusable for anybody today to the point that its steep learning curve indirectly inspired other programmers to develop more approachable programming languages for the market today. So, thank you, Perl?"

Ответить