ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: How did you learn to program for your calculator?
Error!
Failed to query database!

Re: How did you learn to program for your calculator?
Tails-Prowler Account Info

I learned how to program for my calculator by just doing a few certain keypresess. I did not know that programs were executable until one day during lunch, when I had put some names of some things,games, and peolple. When I tried to run it, I got an Err:Syntax message. That is howI discovered how the Disp function works. This is also the lesson that taught me to start programming.

Reply to this comment    14 June 2005, 20:49 GMT

Re: How did you learn to program for your calculator?
Ranman  Account Info

Most of us can say we are "self taught". However, this implies that you must have read some book, looked at some tutorial, or studied somebody's code. Hence, the only truthful answer -- if you are a coder -- is a "combination" of methods.

Reply to this comment    14 June 2005, 20:55 GMT


Re: Re: How did you learn to program for your calculator?
somerandombystander  Account Info
(Web Page)

I never use any tutorials or read a book or any persons programs. I just found a new code I wanted to learn from the catalog and figured out how it can be used. And then learned that way for everything else.

Reply to this comment    15 June 2005, 03:02 GMT


Re: Re: Re: How did you learn to program for your calculator?
Ranman  Account Info

How do you know which native function calls are available? What about the required parameters?

You must read something to know what is available.

Reply to this comment    15 June 2005, 03:24 GMT


Re: Re: Re: Re: How did you learn to program for your calculator?
somerandombystander  Account Info
(Web Page)

native functions: the catalog
and for the reguired parameters, I kept on adding commas and 1s until it worked, then changed the numbers until I understood how it worked.

Reply to this comment    16 June 2005, 17:42 GMT

Re: How did you learn to program for your calculator?
Jiaqi Wu  Account Info

It was innate in me...I could program when I was born....

Reply to this comment    14 June 2005, 21:38 GMT


Re: Re: How did you learn to program for your calculator?
Peter Fernandes  Account Info
(Web Page)

And I as well...I was read C tutorials from technoplaza.net while I was waiting to be born.

Reply to this comment    14 June 2005, 21:52 GMT


Re: Re: Re: How did you learn to program for your calculator?
Jonathan Pezzino  Account Info
(Web Page)

I should do that to my kid.

Reply to this comment    15 June 2005, 17:09 GMT

Re: How did you learn to program for your calculator?
seanletsflytwo  Account Info
(Web Page)

i basically taught myself (no pun intended), but had some help from friends, peeking in programs from here and a peek in the manual when i didnt get a function

Reply to this comment    14 June 2005, 21:58 GMT

Re: How did you learn to program for your calculator?
Zeroko  Account Info
(Web Page)

Hmm...no option for "learned by similarity to other languages" (QBasic in my case), so I chose self-taught. As for machine language, for the TI-86 I learned it from an opcode list...I never learned the assembler mnemonics; I do all my coding on-calc (except for C for the TI-92+).

Reply to this comment    14 June 2005, 22:42 GMT


Re: Re: How did you learn to program for your calculator?
Jerk  Account Info

That's exactly how I learned, except I only learned a little of QBasic before we went to a MAC and I learned Metal Basic and then transfered commands to calc.

Reply to this comment    16 June 2005, 14:40 GMT

Re: How did you learn to program for your calculator?
Benjamin Moody  Account Info

It's surprising to me on some level that "in class" isn't an option here. After all, the 82 series are primarily educational tools, and TI didn't write the BASIC interpreter so that we could play games...

On second thought, not really surprising, just sad.

Reply to this comment    15 June 2005, 00:28 GMT


Re: Re: How did you learn to program for your calculator?
Jerk  Account Info

Our teacher is attempting to teach the kids how to program some small programs in class, but all the kids learn to do is type in the program right off the board and don't learn anything. He taught them another Quadratic solver. (Ha Ha, I have a quadratic solver that solves if it has imaginary #'s and radicals and also shows work.)

Reply to this comment    15 June 2005, 14:40 GMT


Re: Re: Re: How did you learn to program for your calculator?
Charlie Picard  Account Info

And to think the amount of quadratic solvers that get submitted that don't have any of that.

Reply to this comment    16 June 2005, 17:27 GMT

Re: How did you learn to program for your calculator?
JcN  Account Info
(Web Page)

I learned BASIC from a combination of trial-and-error and the manual. I learned C from technoplaza.net, some books, and a computer teacher. I learned 68K assembly mostly from trial-and-error and a paper that documents Pila assembly for Palm OS (68K-oriented). I learned ARM assembly from a website (I'm hopeful that the next line of TI calcs will have ARM chips). I still don't know z80 assembly enough to write programs :(

Reply to this comment    15 June 2005, 00:49 GMT


Re: Re: How did you learn to program for your calculator?
JcN  Account Info
(Web Page)

Woah-- the ":(" word-wrapped!

Reply to this comment    15 June 2005, 00:50 GMT

Re: Re: Re: How did you learn to program for your calculator?
Jonathan Pezzino  Account Info
(Web Page)

No it didn't.

Reply to this comment    15 June 2005, 17:15 GMT

Re: Re: Re: How did you learn to program for your calculator?
calkfreak83  Account Info
(Web Page)

You either have a higher or lower screen resolution than me.. it didn't wrap here either..

Reply to this comment    15 June 2005, 18:05 GMT


Re: Re: Re: Re: How did you learn to program for your calculator?
JcN  Account Info
(Web Page)

Adjust the window size--it wraps.

Reply to this comment    15 June 2005, 22:01 GMT


Re: Re: Re: Re: Re: How did you learn to program for your calculator?
Jerk  Account Info

When I adjust the window it wraps only along with "program :("

Reply to this comment    16 June 2005, 14:43 GMT


Re: Re: Re: Re: Re: Re: How did you learn to program for your calculator?
JcN  Account Info
(Web Page)

Use IE and 800x600 resolution.

Reply to this comment    16 June 2005, 19:28 GMT

Re: Re: Re: Re: Re: Re: Re: How did you learn to program for your calculator?
Jerk  Account Info

That's exactly the same size screen and internet viewer I use and the ":(" is halfway through a line.

Reply to this comment    16 June 2005, 21:42 GMT


Re: Re: Re: Re: Re: Re: Re: Re: How did you learn to program for your calculator?
JcN  Account Info
(Web Page)

Meaning that the ":" is on one line and the "(" is on the next? That's what I meant!

Reply to this comment    17 June 2005, 21:33 GMT


Re: Re: Re: Re: Re: Re: Re: How did you learn to program for your calculator?
Anidn Ménoscwicz  Account Info
(Web Page)

...Don't use IE

Reply to this comment    17 June 2005, 02:18 GMT

Re: Re: Re: How did you learn to program for your calculator?
Peter Fernandes  Account Info
(Web Page)

There's no wrappage in 1024 x 768.

Reply to this comment    15 June 2005, 21:34 GMT


Re: Re: Re: How did you learn to program for your calculator?
Travis Evans  Account Info

I've seen that happen to me a couple of times. Emoticon-aware text editors must not have caught on yet. :-)

Reply to this comment    16 June 2005, 19:27 GMT

Re: Re: Re: Re: How did you learn to program for your calculator?
Zeroko  Account Info
(Web Page)

But for proper English, it is better not to have only the opening "(" on a line, but colons do belong on the same line as the word they follow, so from a grammatical standpoint (without respect to the present actual function of the aforementioned punctuation marks), Internet Explorer word-wraps them correctly.

Reply to this comment    18 June 2005, 14:27 GMT


Re: Re: Re: Re: How did you learn to program for your calculator?
CajunLuke  Account Info
(Web Page)

Your emoticon wrapped for me (iBook 14.1", 1024x768, Safari, screen about 1-2" less than total screen width), when I couldn't get his to.

Reply to this comment    18 June 2005, 20:54 GMT

1  2  3  4  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer