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?
You must log in or register to comment.
Personally I’d either
- choose a language I know, or
- choose a language I want to learn.