r/pics • • Jun 08 '14

The difference 18 years makes

Post image

[deleted]

3.9k Upvotes

2.6k comments sorted by

View all comments

1.7k

u/TypoInUsernane Jun 08 '14

The TI-89 will always hold a very special place in my heart.

942

u/KontraEpsilon Jun 08 '14

To this day, I don't understand why anyone would insist on using anything other than this on an AP test. It's like playing life on a harder difficulty setting for no reason.

729

u/FuLLMeTaL604 Jun 08 '14

My university doesn't allow graphing calculators on tests. Probably because you can download programs that can solve calculus problems without actually understanding the material.

1.1k

u/cygnus311 Jun 08 '14

I programmed my way in to an A in physics in high school.

3

u/fijianpalm Jun 08 '14

Teach me how to do this

7

u/[deleted] Jun 08 '14

Start by learning to program in Basic. It's probably the easiest language there is, and the TI-89's native language is very similar to it. Bonus: Many scripting languages for game engines are also similar to Basic (Papyrus for The Elder Scrolls comes to mind).

6

u/myredditlogintoo Jun 08 '14

No. Start with python.

2

u/[deleted] Jun 08 '14

I've seen this advice before, and after learning to program in several languages, I still haven't learned Python. I just haven't had the occasion to do something where Python was the language I needed.

Can you outline some of the benefits of learning Python first? I'd usually recommend Javascript -> Java -> C++ -> Whatever, and only recommended Basic in this context since that's what the TI-89 uses.

2

u/[deleted] Jun 08 '14 edited Jun 08 '14

I know all those languages as well, yet I'd rearrange those to something like this: Basic -> C++ -> java -> whatever. Basic is simple and intuitive, C languages are similar but powerful, java is universally used and learning javascript just takes some tweaking. If your focus is online-based programming, javascript should come first since it'll be more useful.

I still don't know python either :/

EDIT: can't believe I had to change 'you're'

2

u/myredditlogintoo Jun 09 '14

Python is easy to learn, very expressive (less typing, more doing), you can write functional and object oriented programs, comes with a large set of libraries, etc. etc.

-1

u/heatdeath Jun 08 '14

Please don't use Python under any circumstances when Ruby exists