Programmer Humor

32275 readers
1012 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
1
 
 
2
 
 
3
 
 
4
 
 

Source: https://0x2121.com/7/Lost_in_Translation/

Alt Text: (For searchability): 3 part comic, drawn in a simple style. The first, leftmost panel has one character yelling at another: "@+_$^P&%!. The second comic has them continue yelling, with their hands in an exasperated position: "$#*@F% $$#!". In the third comic, the character who was previously yelling has their hands on their head in frustration, to which the previously silent character responds: "Sorry, I don't speak Perl".

Also relevant: 93% of paint splatters are valid perl programs

5
 
 

So, this uses a macro, but if you're thinking anything is possible with a macro, it's actually not in Rust. The input does still need to parse as valid Rust tokens.

Which means the authors asked themselves at some point: Is the Rust syntax a superset of the Python syntax?
And well, it's not. In particular, some Python keywords will just be tokenized as an identifier (like a variable name).

But it is close enough that the authors decided against requiring a massive string to be passed in, which does amuse me. 🙃

6
 
 
7
8
 
 

cross-posted from: https://lemmy.zip/post/24335357

9
 
 
10
 
 
11
424
submitted 2 weeks ago* (last edited 2 weeks ago) by SwordInStone@lemmy.world to c/programmerhumor@lemmy.ml
 
 

Context: jest is a Javascript testing library, mocking is something you do in test in order not to use production services. AI understood both terms in a none programming context

12
 
 
13
 
 
14
 
 

:heart

15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
24
 
 
25
291
submitted 1 month ago* (last edited 1 month ago) by bi_tux@lemmy.world to c/programmerhumor@lemmy.ml
 
 

This happend to me right noww as I tried to write a gui task manager for the GNU/Linux OS

view more: next ›