Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-11 23:48
1.0

Algunos errores de terminación de la señal han sido corregidos. Algunas características de la interfaz de usuario se han añadido. Hay una corrección en la documentación, y el módulo de Extracto de Opt.pm es necesario.
Tags: Unstable, Minor bugfixes
Some termination signal bugs have been fixed.
Some user interface features have been added.
There is a correction in the documentation, and
the Extract Opt.pm module is required.

2001-08-05 22:41
0.999

Elca ahora lee comandos desde la entrada estándar, si se les da ninguna. Elca ahora puede guardar las expresiones reales en el fichero de la historia, si es quiting por CTRL-C (SIGINT). Algunos errores en la configuración de la lectura se fija. Algunos errores relacionados con la lectura de los módulos externos se fija.
Tags: Unstable, Major bugfixes
Elca now reads commands from standard input, if any are given. Elca can now
save actual expressions to the history file if is quiting by CTRL-C (SIGINT).
Some bugs in reading configuration were fixed. Some bugs regarding reading of
external modules were fixed.

2001-08-01 22:52
0.99

Elca ahora tiene un "no-tiempo real" el modo, que es útil para algunos tipos de CALIFICACIÓN expresión Perl. Si Elca se ejecuta en modo no interactivo (en que las expresiones se especifican en la línea de comandos), entonces Term:: ReadLine ya no está inicializado. Algunas opciones útiles se han añadido.
Tags: Unstable, Minor feature enhancements
Elca now has a "no-real-time" mode, whic is useful for some types of Perl
expression evalution. If Elca is run in non-interactive mode (where expressions
are specified on the command line), then Term::ReadLine is no longer
initialized. Some useful options were added.

2001-06-28 15:02
0.9

Esta versión corrige la de proteger () subrutina, y la variable $ _ es ahora indefinido antes de la evaluación de la expresión.
Tags: Unstable, Minor feature enhancements
This release corrects the protect() subroutine, and the variable $_ is now undefined before evaluation of expression.

Project Resources