|
|
|
|
|
by pron
4642 days ago
|
|
The declarative part of Visage/JavaFX Script is simply a clever object instantiation syntax, with its killer feature being the "bind" form. Other than that, Visage is basically statically-typed typed javascript. It would be great because it's: 1) Looks very familiar to javascript developers 2) Accommodates both the declarative (HTML) and imperative (js) parts of the applications consistently, beautifully and in one place, and ties them together very naturally. 3) Incorporates CSS There was copious amounts of docs and examples online, but unfortunately they all seem to have been taken down. I found one example, though: http://langexplr.blogspot.co.il/2008/07/javafx-script-overvi... |
|