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
  • 10,185
  • 12
  • 59
  • 110

2 Answers2

4

Yes, there is scala.react.

Alternatively, take a look at this question.

Community
  • 1
  • 1
axel22
  • 32,045
  • 9
  • 125
  • 137
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