Hi Kriangkrai,

> A tutorial on PicoLisp FFI would be great; with that, PicoLisp would
> have no shortage of libraries! ;-)

not exactly a tutorial, but I have looked into this a while ago and
you can find a prototype ffi generator at
http://logand.com/mplisp/src/mod/ It should be fairly straitforward to
understand how different types get converted between picolisp and C,
e.g.  http://logand.com/mplisp/src/mod/ffi.l is the ffi generator and
http://logand.com/mplisp/src/mod/gl.ffi is sample ffi binding for
OpenGL.

Cheers,

Tomas
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to