Well, Seaside uses a slightly different model. They use persistent
continuations in order to maintain UI state indefinitely. They also
store much of UI state in continuations to deal with back button
issues. I suppose this makes continuations pretty expensive in
seaside. Weblocks takes a different approach - continuations are used
purely to write code comfortably. They're not persisted and they're
delimited (which means they're simple closures). This makes them
pretty lightweight and nice to use. So, to answer your question, their
decision means very little for the future of Weblocks :)
I'd be interested in learning their rationale in more detail. I'll
watch their list (or shoot an email to one of the devs).
Regards,
Slava Akhmechet