Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

frp

scala

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?

like image 919
Bill Avatar asked Feb 23 '11 19:02

Bill


3 Answers

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

like image 111
Alex Cruise Avatar answered Oct 23 '22 14:10

Alex Cruise


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

like image 16
William Harvey Avatar answered Oct 23 '22 12:10

William Harvey


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)
like image 7
nafg Avatar answered Oct 23 '22 12:10

nafg