Originally posted by bug77
View Post
Alas, for my programming style, rust is not as a good fit, as professionally I'm into distributed systems and having the liberty of implementing each part in the best language for the problem makes me very wary of languages that aim to be everything for everybody. A lot of problems become trivial when the right language is chosen to tackle it, and then it becomes a matter of choosing the right boundary for IPC or defining the scope of the communication protocol.
Comment