Montage is a web application framework that places an emphasis on reacting to changes to properties of objects and the content of collections. FRB are Functional Reactive Bindings, the new implementation of bindings coming into Montage.
a ← b.filter{c} a ← b.sorted{c} a ← b.flatten() sum, average, reversed, enumerate, items, some, every a.has(b) ↔ c a == b ↔ c a[b] ↔ c a.* ← c.map{d} a[*] ← b.toMap() a ← b.toMap{[.0, .1]} r ← (x**2 + y**2) //2 f ↔ c * 1.8 + 32 a ← b.{x: .0, y: .1}