Re: [racket-users] the future of #lang web-server

2021-02-25 Thread Jay McCarthy
That's a cute idea. We do something like that already when sharing the serialized continuation with the world, but Racket could conceivably do that when it `read`/`write`s things, although it would be very odd. -- Jay McCarthy Associate Professor @ CS @ UMass Lowell http://jeapostrophe.github.io

Re: [racket-users] the future of #lang web-server

2021-02-25 Thread jackh...@gmail.com
Could you cryptographically sign the serialized form or something like that? On Monday, February 22, 2021 at 8:59:29 AM UTC-8 jay.mc...@gmail.com wrote: > On Sun, Feb 21, 2021 at 2:35 PM je...@lisp.sh wrote: > > > > #lang web-server is brilliant. This #lang is, in my view, a really > excellent

Re: [racket-users] the future of #lang web-server

2021-02-22 Thread Jay McCarthy
On Sun, Feb 21, 2021 at 2:35 PM je...@lisp.sh wrote: > > #lang web-server is brilliant. This #lang is, in my view, a really excellent > example of Racket's take on language-oriented programming. I find that the > performance of continuations is just fine, given my limited use of them, and >