Where is the documentation for the FFI ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Where is the documentation for the FFI ?

kilon.alios
I am considering porting my python bridge from sockets to a C DLL , but I cant find documentation for the Pharo FFI , where is it ?
Reply | Threaded
Open this post in threaded view
|

Re: Where is the documentation for the FFI ?

stepharo
there is X11 tutorial that was written by laurent laffond and that I
rewrote with asking stupi questions to igor.
It is on github ReadyToReview or something like that.
Stef


Le 19/12/15 12:06, Dimitris Chloupis a écrit :
> I am considering porting my python bridge from sockets to a C DLL ,
> but I cant find documentation for the Pharo FFI , where is it ?


Reply | Threaded
Open this post in threaded view
|

Re: Where is the documentation for the FFI ?

kilon.alios
ah ok found it , its actually PharoLimbo , thanks Stef :)



On Mon, Dec 21, 2015 at 10:28 PM stepharo <[hidden email]> wrote:
there is X11 tutorial that was written by laurent laffond and that I
rewrote with asking stupi questions to igor.
It is on github ReadyToReview or something like that.
Stef


Le 19/12/15 12:06, Dimitris Chloupis a écrit :
> I am considering porting my python bridge from sockets to a C DLL ,
> but I cant find documentation for the Pharo FFI , where is it ?