From: W. Trevor King Date: Fri, 21 Jun 2013 16:03:56 +0000 (-0400) Subject: hooke/ui.tex: Reword fundamental UI description X-Git-Tag: v1.0~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0b356262ef1d134db47a06ff3b84a564d482096;p=thesis.git hooke/ui.tex: Reword fundamental UI description Prof. Cruz pointed out that the old wording had the typo 'because at the a basic', and I thought I'd just rework the whole phrase. --- diff --git a/src/hooke/ui.tex b/src/hooke/ui.tex index 8087fb0..1967a87 100644 --- a/src/hooke/ui.tex +++ b/src/hooke/ui.tex @@ -3,10 +3,10 @@ \Hooke commands are written with abstract argument definitions (using the cleverly named \imint{python}|Argument| class). This makes it -easier to add new user interfaces (UIs), because at the a basic level -the user interface is just about selecting commands and arguments to -pass to them. In my work on \Hooke, I borrowed from the graphical -user interface (GUI) version from Concordia with the original +easier to add new user interfaces (UIs), because the user interface is +fundamentally about selecting commands and arguments to pass to them. +In my work on \Hooke, I borrowed from the graphical user interface +(GUI) version from Concordia with the original partially-command-line-version from Bologna to produce two independent interfaces: a command line interface (CLI) and the GUI. You can do exactly the same things in either interface; choosing whichever is