What's the status of Scala.React? [closed]

帅比萌擦擦* 提交于 2019-11-26 18:52:28

问题


I just read Deprecating the Observer Pattern and found it absolutely fascinating.

What's the status of the Scala.React package described in the document? I found one tarball of a snapshot of Scala.React but there doesn't seem to be much documentation or active maintenance. I also found ScalaFX, which looks like it might be related to reactive programming, but is similarly unmaintained.

Are there any projects out there that build on the ideas in this paper to create a GUI framework based on reactives?


回答1:


UPDATED: As William Harvey points out below, there is recent progress!


Like you, I have an intense interest in the project, so I creep these pages every few weeks. :)

https://github.com/ingoem

http://lamp.epfl.ch/~imaier/

https://codereview.scala-lang.org/fisheye/user/imaier

https://lampsvn.epfl.ch/trac/scala/search?q=imaier




回答2:


Good news! It looks like Ingo Maier and Martin Odersky published a new technical report this year (2012) with some updates to Scala.React. The new code has been available on GitHub for about two weeks.

Relevant links:

Technical Report (2012): http://infoscience.epfl.ch/record/176887

GitHub: https://github.com/ingoem/scala-react




回答3:


Some similar projects:

  • http://github.com/nafg/reactive
  • https://github.com/lihaoyi/scala.rx
  • https://github.com/stefan-hoeck/dire
  • https://github.com/Netflix/RxJava (in Java but has scala bindings)



回答4:


The only project that I currently know of is Naftoli Gugenheim's reactive web project, which he announced in this thread on the scala mailing list. The code is hosted at http://github.com/nafg/reactive



来源:https://stackoverflow.com/questions/5095728/whats-the-status-of-scala-react

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!