Andre van Tonder scripsit: > Okay, but just to confuse the issue ;) The Scheme toplevel must include > bindings for IMPORT (otherwise you cannot import into the toplevel), > INCLUDE, INCLUDE-CI, and presumably also MODULE, so elements of the > module language are also Scheme :)
IMPORT, INCLUDE, and INCLUDE-CI are Scheme syntax keywords as well as module specification language keywords. MODULE is not a Scheme syntax keyword; you can only bring in MODULEs using IMPORT. -- John Cowan [email protected] http://www.ccil.org/~cowan C'est la` pourtant que se livre le sens du dire, de ce que, s'y conjuguant le nyania qui bruit des sexes en compagnie, il supplee a ce qu'entre eux, de rapport nyait pas. --Jacques Lacan, "L'Etourdit" _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
