Date: Monday, September 07, 2020 7:44 PM
I will likely provide a more native implementation of this leveraging (chibi filesystem) at some point.
"more native" as in using various stubs etc. in (chibi filesystem) which I freely copied for my implementation?
Yes, e.g. reusing the same file-info record from stat so that the two libraries can interoperate.
My implementation is primarily pedagogical, to have in one place examples of all the POSIX specific logic for someone wanting to create a production implementation for their own Scheme. Your automagic FFI generator was particularly helpful for that, especially its clarity in specification.
Agreed, for pedagogical purposes having everything in one place is much better.
I was just commenting from the practical purpose, this is probably one of the few
newer SRFIs which should be directly in the Chibi core, reusing as much as possible.