elca

Version 1.6

elca (Extended Line CAlculator) evaluates mathematical expressions (more precisely Perl expressions). What makes it different from all other line calculators is that expressions are evaluted immediately as you type them.

You can also specify expressions on command line; in this case elca prints their results, one per line, and terminates.

Screen shots

Download

Require

ChangeLog

Howto Install the Elca in the Ubuntu

sudo apt-get install libterm-readkey-perl
sudo apt-get install libterm-readline-gnu-perl

cd /tmp
wget http://physics.muni.cz/~polcar/elca/Opt-0.2.tar.gz
tar -xzvf Opt-0.2.tar.gz
cd Opt-0.2/
perl Makefile.PL
make
sudo make install

cd /tmp
wget http://physics.muni.cz/~polcar/elca/elca-1.6.tar.gz
tar -xzvf elca-1.6.tar.gz
cd elca-1.6/
perl Makefile.PL
make
sudo make install