On Wed, Sep 01, 2004 at 01:15:30AM -0000, sakuisan2001 quoth:
> is there a feature in wcalc emulates 10key?
>
> like this:
> -> 50
> + 5
> = 55
>
> not this:
> -> 50+5
> = 55
Not really.
In the GUI (MacOS X-only) there's a "simple calculator" mode that
provides something like that. (I don't get the attraction, myself, but I
don't do a lot of number crunching.) Wcalc is primarily a line-oriented
calculator with *some* persistent state---in other words, each line is
treated as a complete mathematical statement. Part of the problem of
doing a 10-key calculator emulation is input files---how do they get
formatted? How does one know that a new line is part of a new
calculationor part of the previous? Not insurmountable, obviously, but
not trivial either---especially when one thinks about detecting which is
which (some sort of a declarative flag at the beginning maybe?). That,
and there doesn't seem to be much demand for that.
~Kyle
--
I am always ready to learn although I do not always like to be taught.
-- Winston Churchill