Re: Recursion in foreign-safe-lambda
Massimo Nocentini via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CACOChSDO5-Y3wKtod3t4choE0vrqP4euDOPcwN0U_hfb882qqQ@mail.gmail.com> |
I'm quite close to finish the task. Occasionally I encounter a segmentation violation, perhaps should I use C_callback_adjust_stack, and how? Thanks again, M On Fri, Sep 26, 2025 at 8:00 PM Felix Winkelmann < [email protected]> wrote: > On Fri Sep 26, 2025 at 1:19 PM CEST, Massimo Nocentini wrote: > > > > By the way, my aim is to implement a binding over the simdjson > > <https://github.com/simdjson/simdjson> library. Can this approach work? > > > > This looks good, I think it should work. > > > cheers, > felix > >