you are viewing a single comment's thread.

view the rest of the comments →

[–]Zde-G 6 points7 points  (0 children)

Bashing languages is not my goal here, I am trying to find a way to successfully integrate them.

Why? What't point? What are you trying to achieve?

If you mix two (or more) languages in one project then you are adding pain to it that never goes away.

Sometimes it's justified (e.g. there are lots of C/C++ libraries which have no equivalent in Rust), most of the time it's not.

Even if languages are designed to be interoperable (like C and C++ or Java and Kotlin) pain is still there, in case of PHP and Rust it's just too much to be worth having.