- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Javaflow and Scala?
Thu, 2009-01-15, 20:55
Does anyone have any experience using JavaFlow with Scala? Any reason
it wouldn't work?
http://commons.apache.org/sandbox/javaflow/
Ian.
Thu, 2009-01-15, 23:17
#2
Re: Javaflow and Scala?
sanity wrote:
>
> Does anyone have any experience using JavaFlow with Scala? Any reason
> it wouldn't work?
>
I use JavaFlow with Scala in production, and so far it has worked out fine.
Besides JavaFlow, I also experimented with Kilim and RIFE continuations.
Kilim looked promising but was not yet suitable for my purposes. RIFE
continuations appeared to be too limited for most use cases (including
mine).
Cheers,
Peter
PS: See here for related information:
http://markmail.org/message/lglbiwjyoionpjj2
I haven't used JavaFlow with or without Scala, but it's a framework for doing continuations in Java.
I've seen some implementations of continuations in Scala though:
http://blog.tmorris.net/continuation-monad-in-scala/
http://lamp.epfl.ch/~emir/bqbase/2005/01/20/monad.html