Hello, > 1. I think we shouldn’t augment the C API unless strictly necessary, > because the idea is to write Scheme, not C, and because of the > maintenance cost.
Why would we not want to augment the C API? It seems like a natural complement to augmenting the Scheme API, since Guile is a C library *and* a Scheme implementation. Noah