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

4

57

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?

Jacquiline answered 23/2, 2011 at 19:1 Comment(1)
Any information on the latest work in this area? I also read the paper and am interested in experimenting, but it seems to be difficult to find an actively maintained and documented project. I know of Scala.React, ScalaFX, SFX (same as ScalaFX?), and Fresca, but I can find no indication that work on these frameworks is still underway. A recent related question on the mailing list seems to have gone unanswered as well.Morrell
H
19

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

Helium answered 13/4, 2011 at 18:45 Comment(2)
Looks like there is no scala-react repository any more. :-(Marplot
Oops! Didn't notice that there never was one. Still, sad that there hasn't been any further update. Looks like a discontinued project now.Marplot
R
16

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

Recalcitrant answered 17/5, 2012 at 12:23 Comment(1)
It's 2016. And there is still only single commit. (Tripersonal
A
7

Some similar projects:

Askwith answered 31/10, 2013 at 8:50 Comment(1)
See also #1054679 for more.Tripersonal
H
6

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

Havildar answered 23/2, 2011 at 20:30 Comment(2)
Isn't it based on scala-react?Romish
@Romish no it's not, though it was written after I despaired of it working soon enough.Askwith

© 2022 - 2024 — McMap. All rights reserved.