Skip to content

Noah's TI Basic Program Collection (yes, actual Source Code and not brainless .8xp files like some normie).

License

Notifications You must be signed in to change notification settings

noahvogt/tibasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noah's TI Basic Program Collection

Why do I use .tibasic files?

This repository only contains .tibasic Source Code Files instead of your typical compiled .8xp files from your TI Calculator. I have made this decision to have the freedom to edit my ti basic programs in any text editor. In my eyes, using the proprietary, official TI Connect CE editor is just a big pain. And don't even talk about programming directly on your TI-84.

In short, using Source Code Files makes editing and sharing easier and better.

Compiling

I have made my own compiler called tibasicc so I can have the ability to use comments in my .tibasic files. It is very easy to install, just follow the instructions in the Readme. You can run the compiler on the command line like this:

tibasicc [options] filename

GNU/Linux Mentions

To fully programm and connect your TI Calculator only using GNU/Linux, you can use a programm called TILP ('Tilp Is a Linking Program') to transfer your compiled .8xp files to your TI Calculator. On Arch Linux, there is an AUR Package available (simply called tilp).

For further informations and a list of features consider visiting their Project Website.

Vim Mentions

To get some nice and easy syntax highlighting you can use the command set syntax=python. You can even set this behaviour as a default for all .tibasic files in your .vimrc:

" automatic python syntax highlighting for .tibasic files
autocmd BufNewFile,BufRead *.tibasic set filetype=python

About

Noah's TI Basic Program Collection (yes, actual Source Code and not brainless .8xp files like some normie).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published