资 源 简 介
Calcus is a cross-platform scriptable calculator based on Qt and QtScript.
Base functionality:
* JavaScript syntax;
* math.h functions support (in addition to JS Math object);
* variables (just type "a = 7" and you can use variable "a" whenever you need it);
* user functions defeinition in JS style;
* user classes definition in JS style;
* integrated "pi" variable;
* print() function outputs in a log window;
* history (use Up and Down to navigate through it);
* "result" (or "res") macro;
* show/hide log;
* detach log window.
Planned functionality:
* optional numeric keyboard;
* new command history bahavior;
* OS X integration and look-and-feel improvements;
* OS X deployment script (dmg);
* auto completion for known vars and functions;
* import/export script;
* fully scripting mode;
* reset button (to clear all vars and functions);
* Linux deployment scripts (deb and rpm packages);
* new icon;
* UI and design improvem