> well, the above code would produce:
>
> extern int foo(int i, int j)
> {
>       return i+j;
> }
>
> (and perhaps an accompanying .h file)
>
> thereby providing an interface for other C programs.
> This is rffi producing rather than consuming a C interface.
>
> Simon.
>   
Hey Simon.

It's doable, and not even hard, but it requires work. I kind of don't 
see the use-case for me right now (but I perfectly see the use-case in 
general), so it's a bit unlikely that I'll try to implement it, although 
I might help you a bit.

Cheers,
fijal


:.

_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to