I'm getting a TI-84+ for school today, and was wondering if anybody programs in TI-Basic or assembly Z-80 and had any tips for me. Most likley I'll start in TI-Basic. thanks!
Offline
I program in TI-Basic. It's actually a fun language to learn, and once you get the hang of it, it's pretty easy. The best part is, you can write games to play in class and programs to do math stuff for you.
I highly recommend the TI-Basic Wiki to help you. Try the Beginner's Guide to get you started!
Last edited by Harakou (2010-08-04 17:30:32)
Offline
Harakou wrote:
I program in TI-Basic. It's actually a fun language to learn, and once you get the hang of it, it's pretty easy. The best part is, you can write games to play in class and programs to do math stuff for you.
I highly recommend the TI-Basic Wiki to help you. Try the [url=http://tibasic.wikia.com/wiki/Beginner%27s_Guide_to_Programming_TI-BASIC[/url]to get you started!
URL Fail QFT
Offline
ThePCKid wrote:
Harakou wrote:
I program in TI-Basic. It's actually a fun language to learn, and once you get the hang of it, it's pretty easy. The best part is, you can write games to play in class and programs to do math stuff for you.
I highly recommend the TI-Basic Wiki to help you. Try the [url=http://tibasic.wikia.com/wiki/Beginner%27s_Guide_to_Programming_TI-BASIC[/url]to get you started!
URL Fail QFT
Lol yeah, I was having trouble getting that link to work. Going to fast I guess.
Offline
Harakou wrote:
ThePCKid wrote:
Harakou wrote:
I program in TI-Basic. It's actually a fun language to learn, and once you get the hang of it, it's pretty easy. The best part is, you can write games to play in class and programs to do math stuff for you.
I highly recommend the TI-Basic Wiki to help you. Try the [url=http://tibasic.wikia.com/wiki/Beginner%27s_Guide_to_Programming_TI-BASIC[/url]to get you started!
URL Fail QFT
Lol yeah, I was having trouble getting that link to work. Going to fast I guess.
![]()
It's quoted for truth so now everybody can see your embarrassment XD
Offline
Cnor wrote:
Is it a tile based language?
no. you need a TI-83, 84, 89, TI-nspire or other texas instruments graphing calculator. then press Program>new, and you can scroll through basicly drop-down boxes of commands.
Edit: Going to try a text adventure now. (see wiki) My pong failed.
Last edited by 16Skittles (2010-08-05 16:39:47)
Offline
16Skittles wrote:
Cnor wrote:
Is it a tile based language?
no. you need a TI-83, 84, 89, TI-nspire or other texas instruments graphing calculator. then press Program>new, and you can scroll through basicly drop-down boxes of commands.
Edit: Going to try a text adventure now. (see wiki) My pong failed.![]()
Can you link to their website please.
Offline
Cnor wrote:
16Skittles wrote:
Cnor wrote:
Is it a tile based language?
no. you need a TI-83, 84, 89, TI-nspire or other texas instruments graphing calculator. then press Program>new, and you can scroll through basicly drop-down boxes of commands.
Edit: Going to try a text adventure now. (see wiki) My pong failed.![]()
Can you link to their website please.
the wiki? Second post in this topic.
Offline
16Skittles wrote:
Cnor wrote:
Is it a tile based language?
no. you need a TI-83, 84, 89, TI-nspire or other texas instruments graphing calculator. then press Program>new, and you can scroll through basicly drop-down boxes of commands.
Edit: Going to try a text adventure now. (see wiki) My pong failed.![]()
Note that the TI-89 uses a slightly different language than the TI-83 and TI-84.
Also, why did your pong game fail?
Offline
I made a huge Runescape-style RPG in TI-basic
Offline
16Skittles wrote:
I'm getting a TI-84+ for school today, and was wondering if anybody programs in TI-Basic or assembly Z-80 and had any tips for me. Most likley I'll start in TI-Basic. thanks!
![]()
Hmm, I can program in normal Basic pretty well, but I don't know what TI-Basic is..
Offline
ScratchReallyROCKS wrote:
16Skittles wrote:
I'm getting a TI-84+ for school today, and was wondering if anybody programs in TI-Basic or assembly Z-80 and had any tips for me. Most likley I'll start in TI-Basic. thanks!
![]()
Hmm, I can program in normal Basic pretty well, but I don't know what TI-Basic is..
It's a programming language on Texas instruments graphing calculators.
Offline
16Skittles wrote:
ScratchReallyROCKS wrote:
16Skittles wrote:
I'm getting a TI-84+ for school today, and was wondering if anybody programs in TI-Basic or assembly Z-80 and had any tips for me. Most likley I'll start in TI-Basic. thanks!
![]()
Hmm, I can program in normal Basic pretty well, but I don't know what TI-Basic is..
It's a programming language on Texas instruments graphing calculators.
Oh, that's cool!
Offline
ScratchReallyROCKS wrote:
16Skittles wrote:
ScratchReallyROCKS wrote:
Hmm, I can program in normal Basic pretty well, but I don't know what TI-Basic is..It's a programming language on Texas instruments graphing calculators.
Oh, that's cool!
You can also program for them in assembly z80, but that's harder and may/may not need a compiler.
Offline
Harakou wrote:
I'd also avoid the Goto command, especially if you plan to move on to better languages later. It tends to lead to sloppy code, and most languages don't have it anyway.
In a linear language though it's fairly useful.

Offline
PW132 wrote:
Harakou wrote:
I'd also avoid the Goto command, especially if you plan to move on to better languages later. It tends to lead to sloppy code, and most languages don't have it anyway.
In a linear language though it's fairly useful.
True, but if you just learn structured programming in the first place, it's easier in the long haul. (Assuming you want to move on up later; if you don't intend to move on to better languages in the future, th goto command is fine.)
Offline
Harakou wrote:
PW132 wrote:
Harakou wrote:
I'd also avoid the Goto command, especially if you plan to move on to better languages later. It tends to lead to sloppy code, and most languages don't have it anyway.
In a linear language though it's fairly useful.
True, but if you just learn structured programming in the first place, it's easier in the long haul. (Assuming you want to move on up later; if you don't intend to move on to better languages in the future, th goto command is fine.)
LOL, I'm making an entire Text Based game made entirly with IF/THEN, GOTO, INPUT, and PRINT commands!

Offline
I personally just take it as it comes. each language has its own syntax. you can only have one script here, so you need to adjust your style to fit that.
Offline
Is there any way to write in ti-basic without deleting what's in front of it? If you write something, for example
clrdraw axisoff coordoff rclpic1
and decided you wanted to add gridoff, you would need to re-write the others.
Offline