[squeak-dev] Seaside on HN

Eliot Miranda eliot.miranda at gmail.com
Thu Mar 3 19:54:00 UTC 2016



> On Mar 3, 2016, at 11:21 AM, Bert Freudenberg <bert at freudenbergs.de> wrote:
> 
> https://news.ycombinator.com/item?id=11212732

Interesting:
	


Not just way back; HN uses continuations. (Not in many user-visible places any more, but every link on the front page used to be one—expired "next page" continuation links were a frequent source of grumbling.)
Note that you don't have to expire continuations, necessarily—you could actually persist them statelessly (i.e. without server-side state), by shipping their encoded representations to the client embedded into HMAC-signed links. You're basically giving the server a raw bytecode-eval endpoint, and then making sure that it only accepts code you yourself wrote. Kind of a crazy strategy compared to the standard predeclared REST API, but interestingly flexible.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160303/2b1f4403/attachment.htm


More information about the Squeak-dev mailing list