Re: [racket-users] read-line-evt question

2020-11-18 Thread Matthew Flatt
At Wed, 18 Nov 2020 12:59:46 -0500, George Neuner wrote: > > On 11/18/2020 9:43 AM, Javier Vivanco wrote: > > > > I have a question about a read-line-evt 's behaviour. > > Is this normal this ? > > > (sync (read-line-evt (current-input-port)) > > 1234 > > "" > > > > I want to use a timeout in

Re: [racket-users] read-line-evt question

2020-11-18 Thread George Neuner
On 11/18/2020 9:43 AM, Javier Vivanco wrote: I have a question about a read-line-evt 's behaviour. Is this normal this ? > (sync (read-line-evt (current-input-port)) 1234 "" I want to use a timeout in read-line via sync/timeout but it always gives me the first character You are seeing