[gambit-list] read-substring unbound?

linsmi at coretech.co.nz linsmi at coretech.co.nz
Tue Feb 22 16:48:14 EST 2005


Hello all, I'm just getting into the Gambit environment - looks very nice.  My
first wee project for myself is to implement Chris Double's continuation based
web server.  The ability to serialize continuations makes Gambit an attractive
platform.

My question is regarding the read-substring procedure.  The documentation lists
this procedure, but at the Gambit REPL it is unbound:

> read
#<procedure #2 read>
> read-subu8vector
#<procedure #3 read-subu8vector>
> read-substring
*** ERROR IN (console)@4.1 -- Unbound variable: read-substring
1>

Are the docs ahead of the implementation?

Thanks

Lindsay


More information about the Gambit-list mailing list