Elca (Extended Line Calculator) is a real-time Perl calculator (i.e., it evaluates expressions immediately as you type them). It supports hexadecimal, octal, and binary numbers, complex numbers, variables, string, list and hash operations, etc. It can convert expressions from human style to valid Perl code before evaluating them, and has a mechanism for importing external modules, allowing almost arbitrary extensions.
PREREQUISITIES
Perl => 5.6.0
Term::ReadLine
Term::ReadLine::Gnu
Term::ReadKey
Opt
For ``Term::*'' see CPAN (www.cpan.org), for ``Opt'' see elca homepage (physics.muni.cz/~polcar/elca).
INSTALLATION
$ perl Makefile.PL
$ make
$ make install
that's it!
COPYRIGHT
Copyright (C) 2001 Jiri Polcar <polcar@physics.muni.cz>. Can be copied and or modified under the terms of GNU GPL, see COPYING for details.
ADDITIONAL GOODIES
config is an example elca configuration file, copy as ~/.elca.
