From: Dmitry Pavlov (dpavlov at ipa.nw.ru) Date: Mon Nov 26 13:01:15 EST 2012 |
|
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
Posted on the users mailing list. |
|