Re: [racket-users] Re: Reliably propagating received log messages to ports

2018-02-01 Thread Robby Findler
FWIW, programming with evts is lots of fun. When I first encountered it, it blew me away the kinds of things that went from very hard to easy and enjoyable to program up. Robby On Thu, Feb 1, 2018 at 9:14 AM, Alexander McLin wrote: > Thanks all for your inputs. > > I

[racket-users] Re: Reliably propagating received log messages to ports

2018-02-01 Thread Alexander McLin
Thanks all for your inputs. I tried `with-intercepted-logged` before though it didn't solve all of my issues, though as Robby mentioned, my code probably isn't accurately capturing all of the start and exit nuances my need reflect, I'll need to think more about the big picture to do a better