You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most current programs/libraries are written using C/C++ (and a few in ASM)...If
a method/way is
provided by which you can call C/C++ functions or write inline C/C++ functions
it would be really
helpful. This would help in both quick testing and quicker adoption.
[PS: I haven't read the documentation/current features. So please ignore if
this feature is already
provided]
Original issue reported on code.google.com by muthusuba on 12 Jan 2010 at 3:41
The text was updated successfully, but these errors were encountered:
It's definitely in the works! The plan is to have a way to label certain
streams as
"exported", and each one will get an input/output function that you can call
from
C/C++/asm code. Inlining is theoretically possible but wouldn't be easy to do,
though.
Original issue reported on code.google.com by
muthusuba
on 12 Jan 2010 at 3:41The text was updated successfully, but these errors were encountered: