RAA - tcalc/0.8

tcalc / 0.8

Short description: Oh, it's a RPN calculator (another yet)
Category: Application/Calculator
Status: alpha
Created: 2007-11-27 19:33:37 GMT
Last update: 2007-11-27 19:33:37 GMT
Owner: tlink (Projects of this owner)
Homepage: http://www.vim.org/scripts/script.php?script_id=2040
Download: not available
License: GPL
Dependency:
None
Description:

It turns out that ruby is pretty good at maths and deals well with
complex or rational numbers etc. Anyway, in certain occasions a postfix
syntax and a stack are better suited for calculations than ruby's infix
syntax. So, here comes ...

tcalc
A small ruby-based[*] RPN-calculator, a simple ASCII function
plotter, and stack-based playground :-).


Several "frontends" are supported:
- VIM
- Curses
- Dumb command-line (with optional readline support)

The tcalc.rb script can also be used as a stand-alone calculator (with
optional support for curses and readline). Run "tcalc --help" for
information on the command-line options.

Versions: [0.11 (2007-12-05)] [0.8 (2007-11-27)]

Edit this project (for project owner)

back to RAA top