The Artima Developer Community
Sponsored Link

.NET Buzz Forum
A New Paradigm: "Continuations"?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
A New Paradigm: "Continuations"? Posted: Mar 18, 2004 1:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: A New Paradigm: "Continuations"?
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

I wonder just how much anyone has heard about this idea:

Continuation based web applications (link via Cincom)

As I understand it, continuations allow your web application to jump forward between states after each button click or link click, when the previous states are always saved, so the “back” button always works.

For example, you can fill a shopping cart, hit submit, and before you confirm just hit back and continue adding stuff to the cart (i.e your page is saved with all the values you entered, and it;s not up to you to prey to the browser gods that everything will still work when you hit back, this is guaranteed). Still, the code on the developer's side stays event driven just as it was before.

If I gather correctly, I'm looking at a mix and match of:

  • ASP.Net event model (event driven paradigm), only with full client support of these events?
  • UIP application block process model

Now, here's the catch: the mainstream languages, .Net and  Java do not support this. What I've listed here is found in languages such as Smalltalk and Scheme.

I wonder if there's a chance we'll see this technology in our side of the fence anytime soon (soon being a very general term here)...

Read: A New Paradigm: "Continuations"?

Topic: What's wrong with this code? Previous Topic   Next Topic Topic: Slides from the EMEA SharePoint DevCon Tour

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use