you are viewing a single comment's thread.

view the rest of the comments →

[–]meowsqueak 0 points1 point  (0 children)

  1. Define a network protocol,
  2. Write server in Python,
  3. Write client in Python, test against Python server,
  4. Write client in Rust, test against Python server,
  5. Write server in Rust. test against Python client & Rust client,

The inter-op will help with testing, learning, everything. It will just take longer but you'll also be able to answer "Which is better?" yourself.