Author Topic: (solved) I know Nspire Basic is awful, but how can I start coding in it?  (Read 5623 times)

0 Members and 1 Guest are viewing this topic.

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
I know Nspire-Basic is awful and stripped-down, etc., but how can I start programming in it? I can't find a way to start the Program Editor anywhere...
« Last Edit: June 06, 2011, 08:59:53 pm by Spyro543 »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: I know Nspire Basic is awful, but how can I start coding in it?
« Reply #1 on: June 06, 2011, 08:56:13 pm »
I unfortunately do not know how to create a program, but I know TI-BASIC Developer got some info on the language: http://tibasicdev.wikidot.com/nspire

Since this was for the clickpad, I don't know if it has information about the new input commands, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
I found it! Thanks for the help!

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: I know Nspire Basic is awful, but how can I start coding in it?
« Reply #3 on: June 06, 2011, 09:00:16 pm »
It is actually somewhat difficult to add a program editor to a document. :(

Open a new document, and hit ctrl+i to add a new page.  Then, before selecting the app you wish to add, hit the escape key.  Then, hit ctrl+home, then scroll down to insert, and choose program editor from the list.  You can finally now start your program. :)

Feel free to ask if you have any additional questions! ;)


Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
It's actually not too bad for beginning Nspire programming, you just can't do much stuff with it.

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
It's actually not too bad for beginning Nspire programming, you just can't do much stuff with it.

This is very true.  In fact, many excellent programs have been produced with Nspire BASIC.  Particularly, see critor's mCAS and all of Nelson Souna's Chemistry tools.


Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
It's actually not too bad for beginning Nspire programming, you just can't do much stuff with it.

This is very true.  In fact, many excellent programs have been produced with Nspire BASIC.  Particularly, see critor's mCAS and all of Nelson Souna's Chemistry tools.

And a sweet checkers game 8)

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
How was a checkers game made in Nspire Basic? ???

Offline hoffa

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 322
  • Rating: +131/-13
    • View Profile
How was a checkers game made in Nspire Basic? ???
I guess with the graph thing, plots using tables and commands that have to be typed in a window. Dirty stuff basically.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Monopoly too, but I am unsure how user input works. Most games are kinda complicated to use.

By the way is the program editor included in the document size?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
I'm sure that sliders could be used for game controls.

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
By the way is the program editor included in the document size?
Yeah, it is.

Offline AGVolnutt

  • LV3 Member (Next: 100)
  • ***
  • Posts: 58
  • Rating: +4/-0
    • View Profile
Although this is solved, I would recommend you download the reference guide from the TI site for the language. It helped me a lot in programming, as you can quickly look at each function and what it does, (and more importainy, how to use the syntax!) I certainly hope you are starting the nSpire dailect of TI-BASIC. :3

http://education.ti.com/calculators/downloads/US/Guidebooks/Detail?id=6778
« Last Edit: June 08, 2011, 12:06:49 pm by AGVolnutt »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
The checkers game can be found here.

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Is there any way I can hide the Program Editor in a document without deleting the program?