Releases: ardent-development/Clicker
Clicker 3.2
- Clicker 3.2: Removes input validation, removes false showings of the "PAUSE" indicator in the status bar, clarify which mode the program is in at launch, replace separate triple dots with one logical triple-dot character, increase performance, decrease memory consumption, map [HOME] to [CLEAR], fix list-compatibility checking bug.
- CODE: revise main while loop, change from
while active=1
towhile true
; considerably increases performance?- also no need to store active variable, possible memory optimization?
- CODE: remove unnecessary recursive variable resetting lines
- CODE: fix list-compatibility checking bug
- When commands are chained, the old method would assume the results wouldn't stay in a list even though they actually could. Changed method to work around this issue:
k
serves as a temporary storage forx
's initial value, then the op is evaluated as-is andx
itself is checked for list compatibility.
- When commands are chained, the old method would assume the results wouldn't stay in a list even though they actually could. Changed method to work around this issue:
- CODE: (aesthetic) change distinct triple dots into a single logical triple-dot character (
chars menu -> 3 -> E
instead of just...
) - DOC: clarify some operational details (relating to error handling)
- MISC: add plaintext source for curious people without access to AMS
- CODE: revise main while loop, change from
Full Changelog: 3.0...3.2
Clicker 3.1
Adds ability to automatically compute a set number of iterations; Enables chaining of commands with BASIC syntax; Improves built-in documentation accessible via F1 in the Catalog
Clicker 3.0
Clicker is a BASIC program that enables you to perform repetitive calculations on your TI-89 Titanium much quicker than you can on the Home Screen. You can even store and later access intermediate calculation results just as you'd be able to do on the real Home Screen. It only has one assembly subprogram dependency.
It works on the basis of performing iterations: a user-defined operation works on a user-defined starting value. Then, the output of the operation is used as input for the next iteration.
This program is one of the only and best dedicated recursive function executors for any calculator out there. It is a stair step towards putting your TI-89 Titanium right up there with Mathematica and MATLAB. As always, it's up to you to harness its full potential.
Version 3.0: Guarantees ability to work with lists and matrices; Takes advantage of the status line; Adds input validation; Many documentation improvements; Change license to GPLv3
Clicker 2.0
Clicker is a very simple BASIC program that enables you to perform repetitive tasks on your TI-89 Titanium much quicker than you can on the Home Screen.
Thanks to new features in v2.0, you can even store and later access intermediate calculation results just as you'd be able to do on the real Home Screen!
Clicker 1.0
Clicker is a very simple BASIC program that enables you to perform repetitive tasks on your TI-89 Titanium much quicker than you can on the Home Screen.