Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: A way to add/call C/C++/ASM code #3

Open
GoogleCodeExporter opened this issue Oct 31, 2015 · 3 comments
Open

Feature Request: A way to add/call C/C++/ASM code #3

GoogleCodeExporter opened this issue Oct 31, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by ultimus@gmail.com on 12 Jan 2010 at 5:56

  • Added labels: Type-Enhancement, Usability
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by ultimus@gmail.com on 13 Jan 2010 at 11:28

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

great!
Let me know when some workable parts are ready...I would sure want to try...
Thanks :)


Original comment by muthusuba on 14 Jan 2010 at 5:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant