this post was submitted on 30 May 2024
387 points (94.3% liked)

Programmer Humor

32566 readers
273 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 46 comments
sorted by: hot top controversial new old
[–] HStone32 4 points 6 months ago (1 children)

I used to think I was just a fanboy. But as time went on and I gained more and more experiences, I've only become all the more sure that ANSI C is the only language I ever want to write anything in.

load more comments (1 replies)
[–] Magister 3 points 6 months ago

I learnt Caml in the 90s at university, I was completely lost, in Prolog too.

[–] nul9o9 3 points 6 months ago (2 children)

Polymorphism just goes over my head.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

I like polymorphism. Having to have a hundred differently named functions or structs or something that do the same thing but slightly differently in Rust is annoying as hell. Especially with all the underscores you have to type... If Rust were more functional though it'd make that problem go away pretty quickly.

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

It's not that hard however I think it's absolutely useless and doesn't add any value to the code.

[–] aluminium 2 points 5 months ago

Why typescript? It allows you to make typesafe compositions

[–] [email protected] 1 points 5 months ago

OOP was a mistake!

load more comments
view more: ‹ prev next ›