I’m working on a universal tic-tac-toe backend that can be communicated with in any language via RPC. Should I chose Rust, or a higher level functional language like Haskell?

  • @AgreeableLandscapeM
    link
    54 years ago

    Honestly, whatever you’re most comfortable with and can do the job well, though I’d highly recommend something open source.

  • Ephera
    link
    34 years ago

    Hmm, is there a reason you chose RPC over just a REST API?

    • @uhohOP
      link
      14 years ago

      I was just thinking this way it could become more embedable in native apps and could get the job done better.