What is JavaFX Script?
- automatic update (bind)
- list comprehensions (sequences)
- easy-to-use
- runs on JVM
- interacts smoothly with Java
- easy natural object graph creation (object literals)
- graphics centric
- single threaded
- focused on small to medium scale applications
- curly-brace language
What else do we want?
- simple / easy-to-learn
- small footprint
- fast
Back to OpenJFX Compiler