On Nov 15, Abdulaziz Ghuloum wrote:
>
> The import form of R6RS libraries should be simplified by removing
> the rename and add-prefix forms since these two facilities are an
> artifact of the lack of scope control in current R6RS libraries.
Even with local library use, there is still place for prefixes: the
common practice in some languages to use the same names in different
modules, like List.length and Array.length.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
Received on Thu Nov 16 2006 - 01:54:14 UTC