Being an old HP48 user, finding Calc was what me fall the rest of the way in love with Emacs. If I'm at the shell prompt I'll still startup GP/Pari for quick calculations, but it's hard to beat Calc for longer sessions. The only downside is that, like any advanced Emacs functionality, if you don't use it frequently you forget all the commands.
And an HP48 emulator is still what I use on my phone as a calculator. For the reason you mention, I need to get into the habit of using Calc for my quick calculations; right now, I usually use Google (ick, infix notation) or dc.
The Emacs Calculator (2009)
11–20 of 57 posts
Re: The Emacs Calculator (2009)
#12Being an old HP48 user, finding Calc was what me fall the rest of the way in love with Emacs. If I'm at the shell prompt I'll still startup GP/Pari for quick calculations, but it's hard to beat Calc for longer sessions. The only downside is that, like any advanced Emacs functionality, if you don't use it frequently you forget all the commands.
I thought this was happening only to me... but I’ve ditched Vim and went Emacs 100% so it’s bit better now, since I’ve been stuck with using both for like a year.
Re: The Emacs Calculator (2009)
#13Earlier quoted context omitted.
TIL about SpeedCrunch! http://www.speedcrunch.org/ http://www.speedcrunch.org/download.html even links to 32- and 64-bit prebuilt Qt binaries for Linux. Nice.
How does it compare with good old command line 'mc'?
For computations such as 10+3, it's comparabale. But I give SpeedCrunch an dedge because it can compute "sin(pi/2)" out of the box.
Re: The Emacs Calculator (2009)
#14Calc is so useful to have right there. I have never used Windows calc since discovering the emacs one many years ago. Once I got used to it I had to find an RPN one for my phone (RealCalc and PCalc for Android and IOS, respectively). Algebraic formulas are great but beyond my typical reuse recall duration.
Re: The Emacs Calculator (2009)
#15I love Emacs but the calculator, being stack based is just too awkward for me. I know there is the "algebraic mode" but it still is too much. Is there a way to configure it to work like, say, SpeedCrunch (my favorite calculator by far) ?
TIL about SpeedCrunch! http://www.speedcrunch.org/ http://www.speedcrunch.org/download.html even links to 32- and 64-bit prebuilt Qt binaries for Linux. Nice.
Re: The Emacs Calculator (2009)
#16Being an old HP48 user, finding Calc was what me fall the rest of the way in love with Emacs. If I'm at the shell prompt I'll still startup GP/Pari for quick calculations, but it's hard to beat Calc for longer sessions. The only downside is that, like any advanced Emacs functionality, if you don't use it frequently you forget all the commands.
Re: The Emacs Calculator (2009)
#17I love Emacs but the calculator, being stack based is just too awkward for me. I know there is the "algebraic mode" but it still is too much. Is there a way to configure it to work like, say, SpeedCrunch (my favorite calculator by far) ?
I still can't wrap my brain around a RPN calculator well enough to use it productively (but boy howdy can I tell you how the stack engine works!). All the cool kids in physics class in the 80's were using HP's, and I felt left out even then. Never managed to make it work for myself.
Re: The Emacs Calculator (2009)
#18I love Emacs but the calculator, being stack based is just too awkward for me. I know there is the "algebraic mode" but it still is too much. Is there a way to configure it to work like, say, SpeedCrunch (my favorite calculator by far) ?
Just prefix every expression with '
Re: The Emacs Calculator (2009)
#19Earlier quoted context omitted.
And an HP48 emulator is still what I use on my phone as a calculator. For the reason you mention, I need to get into the habit of using Calc for my quick calculations; right now, I usually use Google (ick, infix notation) or dc.
I'm the same! None of the native RPN apps even come close.
Re: The Emacs Calculator (2009)
#20It tries to include features of a Casio scientific calculator, so includes things like statistics / regression (of selected block) and engineering notation display. It inserts underscores between every three digits for easier reading: 0.123_456
It is not reverse polish.