char-filter

[procedure] char-filter filter

Scsh: Given a char->char procedure filter, this returns a procedure that when called, repeatedly reads a character from the current input port, applies filter on the character, then writes the result to the current output port.

See also string-filter.