Hi Andy, Andy Wingo <wi...@pobox.com> writes:
> My intuition is that the Guile module `(foo)' should be representable as > the R6RS module `(foo)', and vice versa. +1. >> 2. C name space >> >> C function/macro/variable names are all prefixed with `scm_r6rs_'. >> Should it change to `scm_'? > > FWIW, I think so. OK. > I have never used e.g. generalized-vector-ref. Too much typing. Do it if > it makes sense, or if it's too much work add a FIXME to the docs so > someone else can come along and take care of it. OK, I'll do it as a bonus. (BTW, method dispatching in this code could probably be improved...) Thanks! Ludo'.