Comment Re:better C interface (Score 1) 183
Still, overall, it is disappointing to me that there is no Perl/Python/Ruby-like scripting language implemented in C++: using C++, the native code interface could be much simpler to use.
Given that there is no C++ ABI standard (yet), I suspect this would be "simpler" only if you used the same compiler for the scripting language and the C++ code to be wrapped. Pretty limiting.