this post was submitted on 02 Oct 2025
845 points (99.4% liked)

Programmer Humor

26762 readers
3224 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 47 comments
sorted by: hot top controversial new old
[–] carotte@lemmy.blahaj.zone 83 points 6 days ago (3 children)

Sí - A direct translation pseudo-language for coding in C and C++ with Spanish keywords. (from Wikipedia)

it’s real

[–] undefined@lemmy.hogru.ch 27 points 6 days ago (3 children)
#incluir usando nombres std;

int main(vacío) {
    ca « “¡Hola, mundo!” « terml;
    volver 0;
}
[–] GissaMittJobb@lemmy.ml 5 points 5 days ago

You're missing some of the code in that snippet, because the author's markdown rendering isn't working properly.

Specifically, it's missing #incluir <iostream>, where the <iostream>-part got treated as an HTML-tag.

[–] AnotherPenguin@programming.dev 7 points 6 days ago (1 children)

Gracias, lo odio (we don't really say that one in spanish tho)

[–] Skullgrid@lemmy.world 3 points 5 days ago (1 children)

Gracias, lo odio (we don’t really say that one in spanish tho)

... supongo la variante coloquial seria "me da asco"?

[–] undefined@lemmy.hogru.ch 2 points 5 days ago (1 children)

Pienso que sí, siempre lo digo. Pero también me gusta decir cosas así como “¿qué sabo?” 😭

[–] Skullgrid@lemmy.world 2 points 5 days ago (1 children)

“¿qué sabo?” 😭

cual region es eso? "hablo" rioplatense.

[–] undefined@lemmy.hogru.ch 3 points 5 days ago

Mi propio accento

[–] A_norny_mousse@feddit.org 6 points 6 days ago

entero principal(vacío)

[–] driving_crooner@lemmy.eco.br 30 points 6 days ago (1 children)

Lua should be in Portuguese.

[–] magikmw@piefed.social 22 points 6 days ago (2 children)
[–] Viking_Hippie@lemmy.dbzer0.com 16 points 6 days ago

Java should be in the infernal tongues. Or one of the many languages of Indonesia 🤷

[–] Tracaine@lemmy.world 30 points 6 days ago

Si let's you shoot yourself in the foot. Si++ let's you reuse the bullet.

[–] Lemminary@lemmy.world 14 points 6 days ago (1 children)

"Sí más más!" sounds dirty.

[–] mmmac@lemmy.zip 7 points 6 days ago

As someone who dated a Colombian, can confirm. Add a que rico after that and you'd basically be coding in porn

[–] potoo22@programming.dev 13 points 6 days ago (1 children)

If I could, I'd throw a chancla at that person

[–] SeductiveTortoise@piefed.social 10 points 6 days ago

Translated to C++, that would be a destructor call.

[–] notarobot@lemmy.zip 7 points 6 days ago (3 children)

Apparently there is at least one called Latino (I had already looked into this many years ago and I think I had found a different one)

A fun problem I always thought would appear is that "if" is translated as "si" but "yes" is also translated as "si" which, while not really a problem, could cause confusion to newcomers as to what the keyword does. I say not really a problem because it should use "verdadero" ("true") instead of "si"(" yes"), but it might be confusing anyway

Si (miVariable === verdadero)

[–] Sibshops@lemmy.myserv.one 13 points 6 days ago* (last edited 6 days ago) (2 children)

They are actually different. Yes has the accent.

Si = if

Sí = yes

[–] notarobot@lemmy.zip 3 points 6 days ago (1 children)

Yeah... Accents are a pain.

They are also a pain to type. Where I live there are 2 keyboard layouts: Spanish and Latin. 99% of people don't know how to tell them apart which means that their hardware keyboard does not match the setting on the computer, so the label on the keyboard does not match with what is typed. There are also two accents in the keyboard: á, and à which are hard to distinguish one the key starts rubbing off.

All of this means that a lot of people don't even know how to type an accent, and a lot of us never remember when we should be typing them anyway

On top of that this (programming) language, doesn't even support them. Probably because they cause a lot of encoding issues

[–] Skullgrid@lemmy.world 1 points 5 days ago (2 children)

you just hold alt and press the letter, por que te parece tan dificil?

[–] notarobot@lemmy.zip 1 points 5 days ago (1 children)

Btw, it's "difícil". With an accent

[–] Skullgrid@lemmy.world 1 points 5 days ago* (last edited 5 days ago) (1 children)

sí , claro, pero tengo dos excusas; estamos charlando nomás y soy extranjero.

Excusa bono : mis ojos son malissimos, asi es dificil a ver los acentos tambien.

[–] notarobot@lemmy.zip 2 points 5 days ago (1 children)

Ninguna de las dos excusas es técnicamente valida por dos motivos:

  • que seas extranjero que habla español quiere decir que probablemente aprendiste el idioma de grande, osea que tenés las reglas del idioma en la memoria. Yo lo aprendí cuando tenia 7 años.
  • todos tienen el mismo problema con las teclas de tilde. Encima entre el teclado español y latinoamericano cambia su ubicación

(soy de argentina y la mayoría del tiempo usamos el vos en lugar del tú)

[–] Skullgrid@lemmy.world 1 points 5 days ago (1 children)

(soy de argentina y la mayoría del tiempo usamos el vos en lugar del tú)

somos rioplantenses, asi yo tambien uso voseo. mis condolencías por tu situacíon con el loco con motosierra.

[–] notarobot@lemmy.zip 2 points 5 days ago (1 children)

Speaking anything other than English is against community rules. I had fun but your comments might get deleted or maybe temp banned

[–] Skullgrid@lemmy.world 1 points 5 days ago

Speaking anything other than English is against community rules.

this thread is entrapment.

ORIENTALES LA PATRIA O LA TUMBA
LIBERTAD O CON GLORIA MORIR

[–] notarobot@lemmy.zip 1 points 5 days ago (1 children)

Nope. That is not how that works

[–] Skullgrid@lemmy.world 1 points 5 days ago (2 children)
[–] notarobot@lemmy.zip 2 points 5 days ago

Didn't work

[–] notarobot@lemmy.zip 2 points 5 days ago

On my linux at home it types "æ". But I'll try tomorrow on windows

[–] luciferofastora@feddit.org 1 points 6 days ago

If your language specifies support for it, sure. Might still be difficult to read at a glance.

[–] A_norny_mousse@feddit.org 2 points 6 days ago

English-based languages potentially suffered similar conundrums, and deployed workarounds ages ago. Can't really think of one right now, we probably got so used to it we don't even see it as a workaround anymore.

[–] dependencyinjection@discuss.tchncs.de 1 points 6 days ago (1 children)

Is there no Spanish word for “Variable”?

[–] notarobot@lemmy.zip 6 points 6 days ago

Yes. Its "variable". I know. Very original

[–] Lovec741@lemmy.world 4 points 6 days ago

Makes me think of the translated Rust versions. Here I found a Spanish variant.

[–] lemonSqueezy@lemmy.world 2 points 5 days ago

No, menos menos is being negative, please ignore.

[–] cupcakezealot@piefed.blahaj.zone 3 points 6 days ago* (last edited 6 days ago) (1 children)

it does make me wonder why programming or markup languages can't be localised. like imagine if you could do something like root.css or index.php (or w/e) when coding and have the web server or compiler intepret it based on whichever configuration you configure as the base language

[–] Lovec741@lemmy.world 5 points 6 days ago (1 children)

Hmm, if you ignore the esoteric versions of existing programming languages I can think of one place where this is done in the wild. That is if you consider Excel formulas to be a sort of programming language ;)

The pain you have to go through when looking for help only in the local language, then giving up and trying to figure out which functions are which in English. Then switching it all to English, then having people ask you for help when they have it in the local language. That is one reason I can think of to not localize a programming language :)

[–] Ephera@lemmy.ml 5 points 6 days ago (1 children)

I've also had it before where my OS was in English and I coded an Excel formula on there, then sent it to someone with their Excel in German and they couldn't use the formula then.

[–] Lovec741@lemmy.world 4 points 6 days ago

Another example of why this is a genius idea.

[–] dosuser123456@lemmy.sdf.org 1 points 5 days ago

the joke here i think is that sí in spanish sounds like c in english tho

[–] PattyMcB@lemmy.world 1 points 6 days ago

A token is a token