where, if anywhere, is the ##namespace function documented?
$ cat gambit-c.txt | grep namespace `ill-formed-namespace' Ill-formed namespace `ill-formed-namespace-prefix' Ill-formed namespace prefix `namespace-prefix-must-be-string' Namespace prefix must be a string `ill-placed-**namespace' Ill-placed '##namespace'
Afficher les réponses par date
On 6-Feb-09, at 7:06 AM, lowly coder wrote:
where, if anywhere, is the ##namespace function documented?
$ cat gambit-c.txt | grep namespace `ill-formed-namespace' Ill-formed namespace `ill-formed-namespace-prefix' Ill-formed namespace prefix `namespace-prefix-must-be-string' Namespace prefix must be a string `ill-placed-**namespace' Ill-placed '##namespace'
If you don't find something documented in the manual, a good place to search is the Gambit wiki. There's a search box in the navigation bar (on the left). If you type "namespace" you will get to:
http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Namespaces
You can also search the Gambit mailing list with the search box on http://scheme.mine.nu/gambit . That will lead you to many more messages concerning namespaces.
Marc