Showcases
Reactive Debugging
The reactive style requires a paradigm shift in the concepts needed for debugging, from imperative debugging to declarative debugging. Reactive Inspector is a such a debugger integrated with the Eclipse Scala IDE. It provides a number of features including visualizing reactive trees, back-in-time debugging, interactive queries of the graph, node breackpoiting and profiling.
Website WebsiteRESwing Case Studies
A GUI library based on the Swing Java library which provides bindings for REScala i.e., the widgets expose reactive abstractions (signals and events) to the rest of the application. RESwing has multiple case studies including a shape drawing application, a RSS reader, a texteditor, and a small turn based game.
On Github On Github