this post was submitted on 01 Oct 2020
2 points (100.0% liked)

The Haskell Lemmy Forum

365 readers
1 users here now

founded 5 years ago
MODERATORS
 

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?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 year ago

I don't think it's possible to give an universal answer for that. Can you do it with Haskell? You bet. Can you do it with Rust? Sure thing.

There are plenty of other considerations, such as are you doing it by yourself, are you hoping for a community, for work, how much effort are you willing to put etc.

[โ€“] [email protected] 1 points 1 year ago

Personally I'd either

  • choose a language I know, or
  • choose a language I want to learn.