Re: [racket-users] unread-char

2016-01-28 Thread Robby Findler
Also perhaps worth noting: make-peeking-input-stream. Robby On Thursday, January 28, 2016, Jay McCarthy wrote: > I suggest using peek-char > > Jay > > On Thu, Jan 28, 2016 at 6:06 PM, jon stenerson > wrote: > > Some languages have stream libraries with a function to put stuff back > into > > a

Re: [racket-users] unread-char

2016-01-28 Thread Jay McCarthy
I suggest using peek-char Jay On Thu, Jan 28, 2016 at 6:06 PM, jon stenerson wrote: > Some languages have stream libraries with a function to put stuff back into > an input stream, like Common Lisp's unread-char, or C++ istream::putback. Is > there anything like that in Racket? > > -- > You rece

[racket-users] unread-char

2016-01-28 Thread jon stenerson
Some languages have stream libraries with a function to put stuff back into an input stream, like Common Lisp's unread-char, or C++ istream::putback. Is there anything like that in Racket? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To uns