|
|
|
|
|
by masklinn
5263 days ago
|
|
You need a common language to interoperate. Currently, C is that common language: everybody understands C. Some languages have built specific language interop (e.g. Erlang with Java), it's usually broken and often not even as good as C. > It would be better if interop was a solved problem. It is: go through C. |
|