login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Aldor revision 5 of 8

1 2 3 4 5 6 7 8
Editor: Bill Page
Time: 2011/08/01 08:29:44 GMT-7
Note:

changed:
-Subject: 
Subject: Build the Aldor interface

Aldor is a computer programming language, like Scheme, Java or C#.

The aldor.org site provides information about the Aldor programming language, its compiler and libraries, as well as downloads for software and documentation. A Microsoft Windows version of Aldor (version 1.0.1) is available here

From a technical point of perspective, Aldor is a type-complete, strongly-typed, imperative programming language with a two-level object model of categories and domains (similar to the concept of interfaces and classes in Java). Types and functions are first class entities allowing them to be constructed and manipulated within Aldor programs just like any other value. Pervasive use of dependent types allows static checking of dynamic objects and provides object-oriented features such as parametric polymorphism.

What does this mean for a normal user? Aldor solves many difficulties encountered with certain widely-used object-oriented programming languages. It allows programs to use a natural style, combining the more attractive and powerful properties of functional, object-oriented and aspect-oriented styles.

Overview

The original motivation for Aldor was to provide an improved extension language [SPAD]? for the AXIOM computer algebra system: The language had to be expressive enough to capture naturally the high-level objects and relationships which arise in modern mathematics. An implementation had to be efficient enough for intense symbolic and numeric computing needs. And the language had to be modular enough to allow large libraries of independently developed facilities to be used together in any combination.

The formulation of the programming language has tried to balance the mathematical desire for generality and uniformity, on one hand, with the practical requirements of the most demanding symbolic and numeric computation, on the other. For example, types and functions are first class values, and dependent types are fully supported, but the precise formulation of has been carefully arranged to allow effective optimizaiton. Post facto extensions allow libraries to be built in layers by enriching existing objects, rather than introducing a proliferation of variations. Both object-oriented and functional programming styles are reconstructed naturally form these basic semantic elements.

The Aldor compiler can be used to generate code which runs within the Axiom system, separately, or linked into other applications.

The compiler was available as part of the Axiom system from 1994 to 1999 and was then released as an independent language.

During its development at IBM Research, this programming language was known internally as A# (A sharp) however that name now refers to a version of Ada. The interim name "AXIOM-XL" (Axiom Library Compiler) was used for a short period by NAG before the legal trade name "Aldor" was established.

Downloading Aldor

You should download Aldor from the aldor.org website. If for some reason this is not accessible or the version of Aldor that you need is not available there, you can also download these:

aldor-linux-i386-v1.0.2.bin
also available at aldor.org
aldor-linux-x86_64-v1.0.2.bin
compiled for amd64 architecture

See also: [Aldor For Axiom]?

Algebraist is a ''parallel''' development site for Aldor. --Bill Page, Sun, 31 Jul 2011 15:35:15 -0700 reply
See http://algebraist.origo.ethz.ch/

Build the Aldor interface --Bill Page, Mon, 01 Aug 2011 08:28:48 -0700 reply
This page is quite out of date. FriCAS? configure now has an option:
 # configure --enable-aldor

If aldor is installed and working on your system, then the above command will build the interface. I build FriCAS? using SBCL but there seems to be a problem introduced with the most recent release of FriCAS?, so you should use an earlier release such as:

  svn co https://fricas.svn.sourceforge.net/svnroot/fricas/releases/1.1.2 fricas-1.1.2