this post was submitted on 29 May 2025
618 points (94.9% liked)

Programmer Humor

25773 readers
2150 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] axh@lemmy.world 48 points 2 months ago (1 children)

Ah, yes. My favourite programming language (checks notes) HTML...

If your favourite programming language is HTML, we do not grant you the title of Nerd.

[–] Waterdoc@lemmy.ca 16 points 2 months ago* (last edited 2 months ago)
[–] expr@programming.dev 43 points 2 months ago

A real nerd would know that React is a library and HTML is a markup language, and neither are programming languages.

[–] lime@feddit.nu 30 points 2 months ago (1 children)

matlab is nobody's favourite language. although using it does require an engineering degree, which makes you a nerd.

[–] QuantumStorm@lemmy.world 7 points 2 months ago (6 children)

Or a physics student who wants to cry. cue thousand yard stare to freshman year in college.

load more comments (6 replies)
[–] kn0wmad1c@programming.dev 24 points 2 months ago (7 children)

Most of these are scripting languages. Some are even markup languages. It's like the meme creator didn't even know what a programming language was.
I hope someone got fired for that blunder

[–] gnufuu 29 points 2 months ago

What your comment says about you:

You are a nerd

[–] frezik@midwest.social 13 points 2 months ago (4 children)

What's the difference between a scripting language and a programming language?

[–] nyan@lemmy.cafe 24 points 2 months ago (2 children)

Some people think that only compiled languages are true programming languages. (Needless to say, they're wrong.)

[–] Malgas@beehaw.org 8 points 2 months ago (1 children)

Needless to say, they're wrong.

Not least because there's no such thing as a "compiled" or "interpreted" language.

Which is to say that it's a property of the tooling rather than the language itself. There's nothing stopping anyone from writing a C interpreter or a Python compiler.

[–] Revan343@lemmy.ca 13 points 2 months ago

There's nothing stopping anyone from writing a C interpreter

Except god, hopefully

[–] frezik@midwest.social 5 points 2 months ago

Yeah, once you know all the details, the distinction disappears. The term doesn't clarify understanding.

If I had to make a distinction, it'd be that scripting languages are meant to be a simple way to serve a specific niche. Things like SQL or Excel formulas. It doesn't apply to Python.

[–] mriswith@lemmy.world 4 points 2 months ago* (last edited 2 months ago) (2 children)

Do you know what community you're in? Do you want to start a war?


There is no clear definition because there is a lot of overlap, especially when you get into the details, but:

  • Scripting languages are often considered to be very high level and can commonly run without compilation. Making them great to automate tasks or create a simplified interaction/abstraction layer to a more complex program.

  • Programming languages usually have much lower level access, and by extension they tend to be more complicated. In exchange for that, you get much more control. Although the access varies from Assembly to languages a C programmer would consider "scripting".

Although for every example, there is basically a counter example. Because programmers being who they are, see it as a challenge to do something with a language that others consider impossible or wrong.

For example, there are things like NodeOS, a "Lightweight operating system using Node.js as userspace."

[–] Pardal@lemmy.world 6 points 2 months ago

For example, there are things like NodeOS, a "Lightweight operating system using Node.js as userspace."

No way this exists.

Wtf, it exists. Why would anyone do that to the world?

[–] frezik@midwest.social 4 points 2 months ago (2 children)

Scripting languages are often considered to be very high level and can commonly run without compilation. Making them great to automate tasks or create a simplified interaction/abstraction layer to a more complex program.

Then Python is not a scripting language.

Programming languages usually have much lower level access, and by extension they tend to be more complicated. In exchange for that, you get much more control.

Would you consider C to be more or less complicated than Perl?

load more comments (2 replies)
load more comments (2 replies)
[–] John_Blund@lemmy.dbzer0.com 12 points 2 months ago

A scripting language is a type of programming language...

[–] double_quack@lemm.ee 6 points 2 months ago
load more comments (3 replies)
[–] Haus@kbin.earth 23 points 2 months ago (3 children)

I think simply knowing what the "F" is means you're old and a nerd.

[–] thesystemisdown@lemmy.world 12 points 2 months ago (1 children)

It's still commonly used in STEM fields.

[–] TunaLobster@lemmy.world 6 points 2 months ago

I have to take a breath whenever I find an F77 file. Prepare for a lack of objects!

load more comments (2 replies)
[–] billwashere@lemmy.world 21 points 2 months ago* (last edited 2 months ago) (4 children)

I am old and a nerd and I don’t see Perl on here.

Wait… is it the tiny camel at the bottom?

[–] psud@aussie.zone 9 points 2 months ago (3 children)

Yep. It has no logo of its own, so it sometimes gets identified by the animal on the O'Reilly book

load more comments (3 replies)
[–] gerryflap@feddit.nl 16 points 2 months ago (2 children)

No Haskell so I'm not a nerd 😎. Though from the languages I use the most (Java & Python) and other languages I enjoy (Rust, Julia) I can infer that I'm probably a bit of a nerd.

[–] Kattiydid@slrpnk.net 6 points 2 months ago (1 children)

I believe Haskell makes you the pope of nerds.

load more comments (1 replies)
load more comments (1 replies)
[–] LeFrog@discuss.tchncs.de 15 points 2 months ago

I didn't knew that (1) Fortran has such logo and (2) I am old. Shit

[–] juliebean@lemm.ee 15 points 2 months ago (1 children)

if you have a favorite language that isn't on this, you're a super nerd.

load more comments (1 replies)
[–] jawa22@lemmy.blahaj.zone 12 points 2 months ago (1 children)

No QBASIC, can not confirm.

load more comments (1 replies)
[–] roofuskit@lemmy.world 12 points 2 months ago

F in the chat for Fortran programmers.

[–] BurningRiver@beehaw.org 11 points 2 months ago

COBOL: You’re a fucking dinosaur

[–] neidu3@sh.itjust.works 10 points 2 months ago* (last edited 2 months ago)

Bottom right should be "You're a nerd and getting old".

Source: I was dicking around with mod_perl yesterday.

[–] socsa@piefed.social 9 points 2 months ago (3 children)

As an engineer this is extremely offensive. MATLAB is for fucking tryhards.

load more comments (3 replies)
[–] jadedwench@lemmy.dbzer0.com 8 points 2 months ago (1 children)
[–] PolarKraken@programming.dev 12 points 2 months ago (1 children)
[–] jadedwench@lemmy.dbzer0.com 10 points 2 months ago (2 children)

Thankfully I suck at that, but holy crap it is prevelent in this industry. The alcohol abuse is cray. Doesn't help when you travel constantly. I don't travel much anymore, but the people who spend 90+% of the year in the field, while having a family, are fundamentally broken. Fun to party once in a while, but when they do this shit multiple times a week, I don't understand.

[–] PolarKraken@programming.dev 8 points 2 months ago

Couldn't agree more. Field service is one hell of a drug. Money's good, variety is fun, the chaos and travel are fun too, and you learn a lot quickly. The latter often because some or all of the mfg. plant you're visiting needs you to fix your stuff so they can run, and no one is coming to BFE to help you, lol.

But that all wears off, in time, and it starts to take a huge toll like you described. Never met a long term field service engineer with a healthy home life, or with their health in general. I got out because both of mine were crumbling, for real.

[–] Lazycog@sopuli.xyz 5 points 2 months ago

Yeah holy shit. When I was starting out and tagged along a senior on a trip he literally hauled a big backpack of spirits with him.

Got out of that industry after a few years when I realized why every senior was drinking. The money was just not worth it for me.

[–] kittenzrulz123@lemmy.blahaj.zone 7 points 2 months ago (1 children)
load more comments (1 replies)
[–] GooberEar@lemmy.wtf 7 points 2 months ago

Right hand to baby Jesus, I thought Kmart was basically no longer in operation, when did it become a programming language for nerds?

[–] markovs_gun@lemmy.world 7 points 2 months ago (3 children)

Matlab sucks ass no real engineers use it, only college kids.

[–] piranhaconda@mander.xyz 7 points 2 months ago* (last edited 2 months ago) (4 children)

I've had more than one job where Matlab was used extensively, guess my coworkers and I aren't real engineers.

I'd rather use something else, but if it's what the group already uses, fine, I'll do it

Also, I don't do a ton of true programming on it. It's a fancy calculator, and occasionally I make a GUI app with it

load more comments (4 replies)
load more comments (2 replies)
[–] milicent_bystandr@lemm.ee 6 points 2 months ago

Happy to see Julia on the list.

Apparently I am a nerd. I accept that.

[–] piranhaconda@mander.xyz 6 points 2 months ago* (last edited 2 months ago)

I am in fact an engineer and a nerd. Or as many of us like to call it, an enginerd

Edit: I wouldn't call Matlab my favorite though... But yes I use it. I mean, I'm on Lemmy... Like loads of users here, I like FOSS. So I'd say python is probably my favorite

[–] Horrabin@programming.dev 6 points 2 months ago* (last edited 2 months ago)

Fixed! "Fotran: You are ~~old~~ dead and a nerd"

[–] Blackmist@feddit.uk 5 points 2 months ago (1 children)
load more comments (1 replies)
[–] 7empest@beehaw.org 5 points 2 months ago (4 children)

I use R for all sorts of bioinformatics shenanigens, and I remind myself daily I am not a nerd. Even my rows of warhammer books, minis and Corvus Corax poster confirm to me I am not a nerd..... The Emperor Protects....my code

load more comments (4 replies)
[–] MTK@lemmy.world 4 points 2 months ago (1 children)
load more comments (1 replies)
load more comments
view more: next ›