In my engineering courses, I keep coming across certain operations over and over again.  I've got a TI-89 Titanium calculator and I'd like to write some small programs that take care of the rote parts of it for me.  So I've started looking for an SDK that I can use to write programs for my 89.  Unfortunately, I can't find any that actually *work.*  The ones I've looked at are:
 -- The 
official SDK, which depends on this oddball version of the Microsoft JVM, which isn't easily available anymore.  Plus, the SDK itself isn't kept up-to-date.
 -- 
TIGCC, which just opens a command prompt window, then closes.
 -- 
GCC4TI, which does the same thing as TIGCC.
I really don't want to type in my programs on the keypad; that's just too tedious.  I was hoping someone here might have an alternative...