Hello,

I have a trivial task: read a null-terminated string from a stream.
The size of the string has no predefined limit. How do I do that
in Racket? I need some resizable thing to store characters,
like vector<char> in C++ or StringBuilder in C# or Java.
Does Racket have one?

Best regards,

Dmitry
____________________
 Racket Users list:
 http://lists.racket-lang.org/users

Reply via email to