Aldor

From Wikipedia, the free encyclopedia
Jump to: navigation, search

Aldor is a programming language. It is the successor of A# as the extension language of the Axiom computer algebra system.

The Aldor language combines imperative, functional, and object-oriented features. It has an elaborate type system[citation needed], allowing types to be used as first-class values. Aldor's syntax is heavily influenced by Pascal, but it is optionally indentation-sensitive, like Python. In its current implementation, it is compiled, but an interactive listener is provided.

Aldor is semi-free software, available under the Aldor Public License.

[edit] Examples

Hello world looks like this:

#include "aldor"
 
stderr << "Hello world" << newline;

[edit] External links

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages