Freeware Programmer Calculator
Posted
by AdamC
on Stack Overflow
See other posts from Stack Overflow
or by AdamC
Published on 2008-10-13T18:11:31Z
Indexed on
2010/04/01
19:23 UTC
Read the original article
Hit count: 625
There have been lots of times in the past where a good programmer-oriented calculator would've saved me a lot of time. Lately, I've been doing quite a lot of bit manipulation, and having to do build/run to debug my calculations feels really slow. I've looked for something like this in the past, but found nothing that worked very well. The only thing that comes close is this one from AnalogX, but I can't get it to work or really do anything on my vista box which is where I'm doing most of my work at the moment. (btw - please send comments about my vista usage here;).
Anyway, I'm looking for something for simple calculations using a C-like syntax with support for proper precenedce, operators, etc. Bonus points for cross-platform.
The python interpreter was a great idea and is totally cross-platform. For windows only SpeQ is amazing. Thanks for the suggestions.
© Stack Overflow or respective owner