That reminds me ... I promised to post a pointer to Tiark Rompf's paper discussing his work on continuations in Scala,
http://lamp.epfl.ch/~rompf/continuations-icfp09.pdf The code for the compiler plugin is in EPFL's Scala SVN repository and builds against Scala trunk. I have some simple examples of code which uses delimited continuations to implement generators and coroutines. Cheers, Miles -- Miles Sabin tel: +44 (0)7813 944 528 skype: milessabin http://www.chuusai.com/ http://twitter.com/milessabin _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
