vote up 13 vote down star
3

The HP-32S still holds a soft spot in my heart, even though it only had 4 registers. I have fond memories of writing a nonlinear solver for finding an azeotrope curve during a Thermodynamics final. Despite the increase in power, memory, pixels and features the HP-32G that followed never could steal my heart away. Here's to you, HP-32S.

Let's hear it, what's your favorite programmable calculator?

As with all poll type questions, do NOT submit a new answer unless your answer is not represented. Vote up your answer instead of adding yet another TI-85 or HP-49 to the list, and add comments to that answer if you want to relate specifics.

EDIT: I moved my photo into an answer for polling.

flag

1  
Hopefully people will start adding pictures... – Adam Davis Sep 27 '08 at 4:23
2  
Second moving this to community wiki. – Aardvark Jan 9 '09 at 17:50

28 Answers

vote up 11 vote down

I bought an HP 48s in 1990, the first year they were available I believe. I loved that calculator. A few months ago, the display stopped working. I died a little that day. I haven't brought myself to replace it yet, I'm just not ready to move on.

HP48S Scientific calculator showing a spreadsheet!

HP 48s

link|flag
I absolutely loved this calculator (also bought it in 1990). I was completely broke afterward, but the sheer power of this baby kept me happy. RPN 4 LIFE! – Richard Morgan Sep 29 '08 at 17:11
I've still got mine, plus the huge manual that came with it. – crashmstr Oct 1 '08 at 14:39
I use my old 48SX as an alarm clock. Still working, though I've cracked it open a few times. I'm using a 48GX with Meta-Kernel as everyday desk calc, can't beat that keyboard touch! – squelart Dec 31 '08 at 0:59
vote up 9 vote down

TI-89.

I love it.

TI-89 calculator showing two equations, an algebraic differential, and numeric integral with solutions

TI89

link|flag
One of the ways I learned programming was with TI BASIC. I had all sorts of utilities and programs that I wrote on my 89 in my spare time. Sadly, it was stolen halfway through my senior year of high school and while I replaced it with the new 89 Titanium I never was able to recreate all my utilities – Kyle Cronin Sep 29 '08 at 17:10
vote up 8 vote down

TI-83+ was the best. TI BASIC was great.

TI-83+ calculator showing two sine waves superimposed on a graph.

TI-83 plus

link|flag
thanks for adding pic adam – jjnguy Sep 27 '08 at 7:10
1  
I still have the one I bought back in high school and break it out a couple times a month. Hands down one of the nicer calculators that I have worked with. – Rob Sep 29 '08 at 17:07
1  
I love this one, we bought it during high school for a very nice price to use for math lessons. Lasted me all through university and still works to this day despite having hit the floor on numerous occasions. – Stefan Thyberg Feb 25 at 19:55
vote up 5 vote down

For the sake of polling here, again, is my darling HP-32S:

Photo of an HP-32S

link|flag
Oh yes, good old 32S. Twice gotten stolen, everytime bought again. – christian studer Feb 10 at 12:54
vote up 5 vote down

Casio CFX-9850: I was the coolest kid in class with the only color calculator.

link|flag
vote up 5 vote down

The first and only true programmer's calculator. The HP-16C.

HP 16c

(yes, that display is showing hex)

link|flag
I had and have and still prefer to almost any alternative an 11c. I wanted a 16c, but the price difference was non-trivial. Did you note that HP brought our a faster version of their financial calculator from that generation? – dmckee Feb 7 at 1:21
that looks infix... if it's postfix, I'm going to get one on ebay come hell or high water... – jettero Apr 22 at 14:41
It is RPN, so that's what you want, right? I got mine minus manual and missing the HP16C badge in the upper left on ebay a few years ago for ~90$ if I recall correctly. – Aardvark Apr 22 at 15:51
vote up 4 vote down

TI-85, its how I learned to code. Its also how I passed trig physics.

TI-85 calculator showing a polynomial graph with a root identified

TI-85

link|flag
vote up 4 vote down

Texas Instrument TI-57 was my first really programmable calculator (I wish I had the TI-59 at that time but you know how budgets work).

Even if it was so limited, I learned a lot about programming on this calculator!

TI-57

link|flag
1  
It wasn't the fastest at calculating log and trig functions. I had one at school and managed to "overclock" it by soldering a variable resistor to the tiny PC board in place of a fixed resistor. I managed to make it about 50% faster! :-)) – Mike Scott Jan 9 '09 at 17:54
The 57 was my first and I still wish I had it. I nearly failed high school history getting it to play blackjack in 50 program steps! – n8wrl Feb 10 at 12:42
vote up 3 vote down

TI-92

TI-92

link|flag
That's not a calculator so much as it is a specialized hand held computer. – Rob Sep 29 '08 at 17:05
@Rob: Indeed it is huge, but it is a graphing calculator. – Rich B Sep 29 '08 at 20:26
1  
Depends on the definition you use, some people (collegeboard.com) cite the QWERTY keyboard as a charicteriazation of the TI-92 as a computer as opposed to a graphing calculator. – Rob Sep 30 '08 at 1:49
vote up 3 vote down

I have an HP 49g+ that I love. It is fast and feels good in my hand. The newer 50g is almost the same calculator, but I hear it has an even better keyboard.

As far as programming goes, the standard languages on the calc are:

  • RPL
  • sysRPL
  • Saturn Assembly
  • HP Basic for algebraic mode (I may be dreaming this one up)

Some non-standard languages that run on the bare hardware are:

  • HpGCC
  • HPLua

For math I just stick with RPL, and for games/non calculator stuff, I use C.

link|flag
Wow, GCC and Lua -- that's pretty cool. – Pat Notz Sep 27 '08 at 8:54
vote up 3 vote down

alt text

This was my very first programmable calculator.

link|flag
vote up 2 vote down

It's not on the list and isn't really programmable, but the calculator that I get the most use out of is the TI-36X Solar. I'm putting it out there because it does support some functions that are highly useful in computer science and when programming.

alt text

link|flag
vote up 1 vote down

Python's interactive prompt

link|flag
vote up 1 vote down

I programmed on the TI-83 in Trig/Analyt. The class shared calculators so we picked a victim every week and we'd program the calculator so when it started it would say "Susy Q likes Billy Joe." It was a pretty silly little joke that kept the few of us entertained when we should have been studying.

link|flag
vote up 1 vote down

I've always loved my HP 48gx

link|flag
vote up 0 vote down

TI-85 is how I cut my teeth on programming. It was quite a joy to figure out how to get timely keyboard input from it for my game (esp when everyone else struggled in that area).

10 years later, I still used it, wrote a program to analyze mortgage / down payment / interest rate, and ascertain interest paid , what monthly payments would be, etc... Unfortunately, dropping it can sometimes make it lose its memory :-(

link|flag
vote up 0 vote down

TI-86. During study hall, I programmed a cheap knock-off of Legend of the Red Dragon and impressed the heck out of my BBS buddies.

TI-86

link|flag
vote up 0 vote down

My favorite calculator was my father's HP-67. It stored its programs on magnetic strips which you fed into one side and out the other. Sadly, it no longer works.

http://www.rskey.org/detail.asp?manufacturer=Hewlett-Packard&model=HP-67

link|flag
1  
In my day we had to feed are calculators with magnetic tape, uphill, both ways, in the snow!! ;) – Aardvark Oct 3 '08 at 13:22
vote up 0 vote down

TI-83 - don't regret buying it

link|flag
vote up 0 vote down

For me it always be my first programmable calculator the HP-34C. It has "continuous" memory, so when you don't loose programs and data when you switch it off. It also can solve integral and has root finding.

link|flag
vote up 0 vote down

My first and only gear CASIO fx-6300G. It has 400 tokens program memory which can be divided to 10 subroutines. It has 39x23 graphics mode. It has A-Z memory cells which can be increased by stealing from token memory. They be addressed like A[C] and, for example, D[5] points to the same cell as H[1]. It is very challenging to cram a useful program to its memory. No asynchronus keyboard reading, so no action games :) . The most beautiful thing that I have written is a Julia/Mandelbrot fractal generator which takes ~35 minutes to render one screenful.

fx-6300G

link|flag
vote up 0 vote down

Casio CM-100

Solar.

One of the few that has the hexadecimal characters as a non-shifted key.

What else would we need?

alt text

link|flag
vote up 0 vote down

HP-41CX was what i used in college. powerful, alpha numeric, indestructible. i just recently took the programming books to my office, including the book on 'synthetic programming', which had instructions for entering a special mode accessing advanced programming features.

http://www.hpmuseum.org/prog/synth41.htm

it takes 'n' sized batteries!

but i would have to say my favorite is the legendary HP-65 which blew my mind when i saw it at a friends in the mid 70's. http://www.hpmuseum.org/hp65.htm

link|flag
vote up 0 vote down

A crazy (in a good way) differential equations professor in the mid-eighties made all of us in his class buy a TI-74 Basicalc, which was a huge calculator that could be programmed in BASIC or Pascal, had several expansion cartridges available, a cassette tape storage system, and even a thermal printer.

It was a 8" x 4" beast that combined a scientific calculator with a portable version of the TI 99/4A computer. I had another scientific calculator as a backup because many other professors wouldn't let us use this one during their exams!

alt text

link|flag
vote up 0 vote down

My first serious calculator was an HP 24S that my parents bought at Wal-Mart. I loved that thing so much.

Later I replaced it with an HP 32S-II that I still have to this day.

link|flag
vote up 0 vote down

Favorite calculator: the HP 50G!

The most powerful calculator, ever.

It's beautiful.

Instantly let you know, "it's pro." Feels great in your hand. The keys have a very satisfying tactile "click" (unlike the 49G, which had cheesy keys). It can do everything the wonderful HP 48, in all its varied forms, can do (over 2300 built-in functions+any you wish to add), great equation libraries and many, many constants predefined, PLUS does graphics, has much greater capacity both internally (2.5 MB) and externally (with swappable SD cards holding gigabytes of programs and data each--you'll never run out of room), and it has a USB port, a serial port, and an infrared port. Has HP Solve (plug in what you know, solve for any variable) and Computer Algebra System (CAS)--both very good. Redefineable keyboard and menu keys. RPN is awesome! But if you're not sure whether that's your bag, it's switchable between RPN, algebraic, and "textbook" modes--your choice. You can change all sorts of flags to customize everything to work exactly how you want it to. Comes with connectivity software to hook up your computer--easy to load programs (lots of games, too). With available ROMs you can upgrade it to take advantage of future improvements. You can write software for it on your desktop, if you're into that, test it on the free emulator (looks and works exactly the same as the real calc), and then load it up. Or you can program right on the calculator, if that's your thing. You can program it in C (using HPGCC), User RPL, System RPL, HP Basic, Saturn Assembly, and ARM Assembly. Best of all, it can be had for $85 new and in the sealed packaging on eBay (nearly half the retail price). BTW, the old HP 48 progs can be converted to run on the HP 50 with a free utility (HP 49G programs run on it natively). I've used mine every day at school for a month, and only just now replaced the AAA alkaline batteries. (Thinking of switching to rechargeable Li-ion.) Scientific functions, statistical, financial, logic, unit conversions, matrices, algebra, trig, systems of equations, integral and differential calculus, you name it. Or customize with all your own stuff. Plays Wolfenstein, Dune, Pac-Man, Tetris, and other games for when you're bored, and you can use it as a TV remote. What more could you want? Oh yeah--snazzy leather(-ette?) case. Accept no substitutions!

--Mike from Shreveport

link|flag
vote up 0 vote down

My favorite programmable calculator is any PDA running Windows Mobile... end of list.

link|flag
vote up 0 vote down

Excel.

Running on an EEEPC.

I thank you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.