Done. I opened the issue, and hopefully, someone will work on it. For the time being, I'm continuing to use the old Calculator module, which seems to work OK.
Thanks, Rob. On Oct 10, 5:47 am, Rob McBroom <[email protected]> wrote: > On Oct 8, 2011, at 11:43 PM, David Sanson wrote: > > > I was sad to see this missing too. The difference between `bc` and `dc` is > > that `dc` uses reverse polish notation (RPN), so instead of `2+2`, you type > > `2 2 +`. The advantage of (reverse) polish notation is that you can write > > complex stuff without using parentheses. Once you get used to it (its > > standard on HP calculators), it is painful to go back to the conventional > > way of doing things. > > Makes sense. Best thing to do is open an issue for it. > > https://github.com/quicksilver/Quicksilver/issues > > Personally, I’d prefer to just add support for RPN rather than go back to > using external commands. > > -- > Rob McBroom > <http://www.skurfer.com/>
