<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Vyzo,</div><div><br></div><div>Browsing Gerbil modules for instance hereĀ <a href="https://github.com/vyzo/gerbil/tree/master/src/std/db">https://github.com/vyzo/gerbil/tree/master/src/std/db</a> I see that FFI modules tend to have a non-standard format, instead of just being a file whateverclibmodule.scm (or .ss in the Gerbil convention, though .scm is supported since last week right) which contains normal Scheme and Scheme FFI code interspersed e.g. (define-c-lambda funame ...) implies (export funame)</div><div><br>, you have a .scm file and a .ssi file, where the .ssi contains (extern funame).</div><div><br></div><div>Why is this?</div><div><br></div><div>Thanks,</div><div>Adam</div></div></div></div>