Starting the UI - Factor Documentation (original) (raw)

Starting the UI
Factor handbook » UI framework

Next: UI glossary

The main word of a vocabulary implementing a UI application should use a combinator to ensure that the application works when run from the command line as well as in the UI listener:
with-ui ( quot: ( -- ) -- )