Comment by moomoo11

1 day ago

This reads like your generic why js sucks why c sucks why py sucks etc.

Use the language where it makes sense. You do know what if you have an issue that the language fails at, you can solve that particular problem in another language and.. call that code?

We used to have a node ts service. We had some computationally heavy stuff, we moved that one part to Go because it was good for that ONE thing. I think later someone ported that one thing to Rust and it became a standalone project.

Idk. It’s just code. Nobody really cares, we use these tools to solve problems.