开发者

Example of using Scala delimited continuations for GUI programming

I guess Scala delimited continuations can be successfully used to imple开发者_开发百科ment 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?


Yes, there is scala.react.

Alternatively, take a look at this question.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜