Re: Questions

2009-05-14 Thread Kriangkrai Soatthiyanont
Hi Alex, Only when an object is accessed (value, property list etc.), it is automatically loaded into the Lisp heap as an external symbol. And once loaded, they can be garbage collected when needed, right? The current database files are in a binary format (called PLIO for PicoLisp I/O).

FFI

2009-05-14 Thread Kriangkrai Soatthiyanont
Hi All, This is my attemp on FFI (Foreign Function Interface). It is based on Tomas's work and Alex's answers. Thanks you both! It should work on standard PicoLisp. I hope that it would be useful as a starting point for people new to PicoLisp wanting to interface with C libraries. Best regards,