[pypy-dev] rffi feature request

Maciek Fijalkowski fijal at genesilico.pl
Fri Aug 10 11:53:25 CEST 2007


> 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


:.




More information about the Pypy-dev mailing list