Jeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 19 hours agoBefore and after programmingpiefed.jeena.netimagemessage-square102fedilinkarrow-up1417arrow-down154
arrow-up1363arrow-down1imageBefore and after programmingpiefed.jeena.netJeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 19 hours agomessage-square102fedilink
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up1·5 hours agoImplement 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.
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up1·27 minutes agoOr use a statically typed language that’s actually modern instead of C
Implement a basic socket connection in C (20 lines of manipulating
struct sockaddr
s 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.
Or use a statically typed language that’s actually modern instead of C