A UI form with all its state represented by pure data. Specification of UI forms and event processing is free of access to JavaFX APIs, and can therefore be tested without any GUI test robots. Event processing and communication among UI forms is free of callbacks or direct thread-handling, and uses core.async channels instead. A View is a map that contains a specification of the visual component t

