Requesting input on some possible low-level changes



James Amundson wrote:

> Most of the effort is really just in identifying the places that call
> for input. That effort will not be wasted.

Wouldn't it just be easier to rewrite the functions that ask the user for
something to have the same interface as the user query loop.
If we decide on a client/server approach to the computations, then
the query is a call to the client, perhaps in a different thread, or with
a popup to request the information.