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