To view parent comment, click here.
To read all comments associated with this story, please click here.
Let me elaborate, then. GUIs and CLIs are both general concepts. What you're trying to do is use two implementations of said interfaces to prove that one is better than the other; this is like saying electric cars are faster than cars running on gas by comparing a brand new electric car with a model T Ford. The only way to compare those two concepts is in theoretical terms, unlike what you did. A GUI has more potential to be more efficient to use than a CLI because it has all the possible input and output mechanisms of a CLI and more. To get truly technical, using a mouse requires far less cognitive load than typing in commands from memory, and is much better suited to most tasks; unlike CLIs, however, a GUI has the possibility to use both the mouse and keyboard.
Note: GUI = 2d "graphical" UI with mouse and keyboard. Yes, curses apps technically count as a GUI under this definition, but curses apps aren't really completely CLI.







Member since:
2005-11-27
That doesn't make any sense... Read my above post.