2

I guess Scala delimited continuations can be successfully used to implement GUI event listeners with any Java GUI framework (e.g. Swing). Is there any simple but non-trivial example of using the continuations for GUI programming?

Michael
  • 9,937
  • 10
  • 55
  • 105

2 Answers2

4

Yes, there is scala.react.

Alternatively, take a look at this question.

Community
  • 1
  • 1
axel22
  • 31,198
  • 9
  • 120
  • 134
1

I should check out scala.react, but so far, I've been using scala.swing.{ Publisher, Reactor } for doing my own event listeners. It's working well for me.

sullivan-
  • 468
  • 3
  • 7