Sounds good, and it would be really nice to fix the slib support.

> guile
guile> (use-modules (ice-9 slib))
WARNING: (guile-user): imported module (ice-9 slib) overrides core binding 
`provide'
WARNING: (guile-user): imported module (ice-9 slib) overrides core binding 
`provided?'
guile> (version)
"1.8.1"
guile> 

The problem is that native guile has provide/require, and so does slib.
Guile used to use different words, and they were changed for some
reason.  My view is that slib is a de facto reserved namespace :_)




_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to