mtwomey / anic

Automatically exported from code.google.com/p/anic
1 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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