Re: [racket-users] regexp-match + REPL leads to confusing output

2019-10-16 Thread Matthew Flatt
At Wed, 16 Oct 2019 21:25:35 +, Sage Gerard wrote: > I'd like to understand the reader better, and this seems relevant to > it. In this REPL session I do not escape \S with a second \ in the > first interaction. After I introduce the slash later, the REPL never > really "recovers." Even a

[racket-users] regexp-match + REPL leads to confusing output

2019-10-16 Thread Sage Gerard
I'd like to understand the reader better, and this seems relevant to it. In this REPL session I do not escape \S with a second \ in the first interaction. After I introduce the slash later, the REPL never really "recovers." Even a simple (displayln) stops producing output. What's happening?