|
|
|
|
|
by rubyskills
1476 days ago
|
|
I'd say this is more true for C vs C++. It has been my experience that the interop between C and languages like Ruby is much easier, the tooling is usually much better (just use ffi!), and the complexity is less (since that is what we're aiming for right?) |
|