this post was submitted on 12 Mar 2024
1089 points (95.7% liked)

Programmer Humor

32143 readers
131 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Please dont take this seriously guys its just a dumb meme I haven't written a single line of code in half of these languages

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 61 points 6 months ago (2 children)

python is like that. someone waay smarter than you have already done this 10 years ago.

[–] [email protected] 26 points 6 months ago

Idk I still like writing my own stuff purely pythonic when I can. Pythons syntax is the most “fun” and “natural” for me so I find it fun. Like doin a sudoku puzzle

[–] [email protected] 4 points 6 months ago

That's true of basically all problems you deal with in programming. Unless you're truly bleeding edge you're working on a solved problem. It'll be novel enough that you can't out-of-the-box it but you can definitely use the tools and paths everyone else has put together.

Part of why I like kotlin as a language. It has so many tools built right in.