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,027
  • 12
  • 57
  • 108

2 Answers2

4

Yes, there is scala.react.

Alternatively, take a look at this question.

Community
  • 1
  • 1
axel22
  • 31,658
  • 9
  • 122
  • 136
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