|
|
|
|
|
by dfgdghdf
1954 days ago
|
|
Rust is influenced by OCaml but has lots of C++ concepts thrown in too. I don't think it makes sense to be choosing between OCaml/F# and Rust since they are so different. If you need the performance characteristics of Rust, then the choice is made for you (and you should also consider modern C++). If not, then the borrow checker is probably a burden that you don't need. Maybe I'm missing something. Under what use-cases would someone be choosing between OCaml/F# and Rust? |
|