Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Fireicee1 on February 08, 2013, 01:58:11 pm

Title: Getting Started
Post by: Fireicee1 on February 08, 2013, 01:58:11 pm
Hello everyone, I have a TI-Nspire CX CAS.
I'm looking forward to programming on it.

Are there any suggested materials, sites, guides, etc. for beginners?
Thanks in advance!
Title: Re: Getting Started
Post by: ElementCoder on February 08, 2013, 02:03:00 pm
The nspire has 3 types of programming languages available:
BASIC: very limited, useful for mathematical programs, but no graphical commands whatsoever.
Lua: simple and quite powerful language and much fun to work with, works on OS 3.0 and above. If you have questions about this you should poke jimbauwens, he's very fond of it and has helped me quite well before :)
C: if you hack you nspire using ndless you have the amazing power and speed of C to add to your arsenal.

Some useful websites:
http://www.ticalc.org
http://www.ndlessly.wordpress.com
http://www.inspired-lua.org
Title: Re: Getting Started
Post by: Deep Toaster on February 10, 2013, 05:42:08 pm
ElementCoder pretty much summed it up.

I think Lua is a great place to start, and for that inspired-lua.org pretty much everything you need—beginner's tutorials, command reference, and so on.
Title: Re: Getting Started
Post by: DJ Omnimaga on February 10, 2013, 07:02:45 pm
There is also ASM on the Nspire if you ever want to venture into low level stuff, but with C around, very few people (calc84maniac) still use it anymore.

Another alternative is creating NES, Game Boy, GBC and GBA ROM hacks and make sure they run in NESpire, gbc4nspire or gpSP-Nspire.