Download List

Descripción del Proyecto

Corlpack is a faster Ada implementation of the basic types from the R Language. It includes calculations with units of measurement, a broad range of other basic types such as urn-like identifiers, coordinate, and monetary amounts. Basic types are represented as 128-bit UUIDs so heterogenous arrays, without predesigned structure, can be easily built. Heap allocation for complex structures is minimized, hopefully resulting in much shorter and more predictable execution time. An API with a small number of generic functions
aims to simplify Ada programming for computational applications, especially for scientists from non-IT fields.

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.

2013-01-24 23:09 Back to release list
0.5.1

Operadores aritméticos se agregaron para quant extuuids (números con unidades de medida) y entre quants, enteros y flotantes. También hay un nuevo mecanismo para agregar, en tiempo de ejecución, nombres de unidades y definiciones que son reconocidas por el lector. Por ejemplo, puede escribir: Len: UUID: = 4 * pie + 2.5 * pulgadas;
Arithmetical operators were added for quant extuuids (numbers with units of measurement) and between quants, integers, and floats. There is also a new mechanism to add, at runtime, unit names and definitions that are recognised by the reader. For example, you can write: Len: UUID:= 4*foot + 2.5*inch;

Project Resources