I've written and rewritten a palindrome finder in TI BASIC. I found one online, but it isn't very good. I don't know how to manipulate lists well enough that I can input a number larger than 14 digits and it be checked properly... Plus it is very slow.
Writing one in ASM seems impossible to me.
Axe doesn't support big integers..
So I'm asking everybody to rewrite the only palindrome finder online at Ticalc to make the best one they can find, or write their own.
This is more of a challenge than anything
Altho it would be really helpful, as I am trying to learn about math using programming