323
you are viewing a single comment's thread
view the rest of the comments
[-] ChairmanMeow@programming.dev 2 points 3 hours ago

I mean, is it? I personally haven't found Python using much less boilerplate. It's possible, but you end up with something inflexible that's hard to maintain.

[-] grue@lemmy.world 1 points 1 hour ago

Implement a basic socket connection in C (20 lines of manipulating struct sockaddrs and such), then do the same in Python (2 lines).

And then go back and make the C version support IPV6, because your initial implementation didn't.

this post was submitted on 28 Nov 2024
323 points (88.2% liked)

Programmer Humor

32586 readers
1099 users here now

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

Rules:

founded 5 years ago
MODERATORS