• @grue
      link
      English
      15 hours 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.

      • Ethan
        link
        fedilink
        English
        137 minutes ago

        Or use a statically typed language that’s actually modern instead of C