|
|
|
|
|
by TheNewAndy
1903 days ago
|
|
Calling C++ or Rust code from languages other than C++ or Rust respectively involved much more accidental complexity compared to calling them from C. Even calling C++ code from compilers other than the one you were using (e.g. you are using a 3rd party precompiled library) is a risky proposition. |
|