Re: [racket-users] Proxying websockets via web-server

2020-01-10 Thread Jay McCarthy
I don't completely understand what you want to do. Is there a reason you can't use the WebSocket implementation --- https://docs.racket-lang.org/rfc6455/index.html --- and then use normal inter-Racket communication like channels and stuff to work with the rest of your Web application? Jay -- Jay

[racket-users] Surprising behavior in The Printer

2020-01-10 Thread Ryan Kramer
I have a small program that demonstrates some surprising behavior regarding `prop:custom-print-quotable 'never`. Perhaps it could be considered a bug, although I haven't seen anything in the docs that this violates. I've found that 1. When I call `(println y)`, my `custom-display` is called fir