Re: Figuring out enums and structs with foreigners
Diogo via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Hi Kon, On Sun, Mar 23, 2025 at 11:14:26AM -0700, Kon Lovett wrote: > afaik, you cannot; compiler db not persistent, or documented (much). (See chicken.compiler.support#register-foreign-type! from the the CHICKEN source) > > but taking inspiration from coops-primitive-objects (coops egg): Thank you for the elaborated alternative! I'll try first accessing the chicken.compiler.* interface and then try to understand how to put things together. Regards, -Diogo