The first Scala 2.8 beta is due to be released soon.
Unfortunately the continuations code won't be merged in time for the beta.
In the meantime if you want to try out the continuations features then you'll need to build the continuations compiler plugin and support library yourself.
In preparation for the beta release I thought I'd post some updated instructions for building the continuations plugin.
Building the plugin
These instructions are based on a recent beta release candidate, but they should also work fine for the actual beta.
The process for building the plugin is pretty much as I described in my previous post.
The only real change is that you now need to download an additional JAR from the Maven repository,
because the JAR is no longer included in the standard Scala distrubtion.
First download the Scala 2.8 beta.
If you want to use a newer release then you'll of course need to update the URLs.