Hi, Ian Price <ianpric...@googlemail.com> skribis:
> The patch looks fine to me (it had better be, since it is already pushed > :P), We could always change that. > however I wonder if it wouldn't be prudent to look to moving > define-record-type into guile proper, and making (use-modules (srfi > srfi-9)) effectively a no-op. In general, I’m not in favor of adding global bindings. Quite the opposite: I’d be happier if, for instance, POSIX stuff was under an (ice-9 posix) module. That’d make sandboxing much easier. Thanks, Ludo’.