FACTOID # 84: 41% world's poor people live in India.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Aleph programming language

Aleph is a multi-threaded functional programming language with dynamic symbol bindings that support the object-oriented programming paradigm.


Aleph's runtime engine supports both 32- and 64-bit platforms, and comes with a large set of platform-independent libraries.


The Aleph interpreter is written in C++ and provides runtime integration with it that includes the ability to instantiate C++ classes, use virtual methods and raise and catch exceptions. An explicit API is provided to ease the integration of foreign libraries.


Aleph is available for various UNIX platforms (among other options, it is available as a Debian package and is also part of the FreeBSD port collection). The documentation includes a user guide and reference material. Aleph is a free software.


Features

Built-in objects 
More than 50 reserved keywords and predicates. Various containers like list, vector, hash table, bitset, and graphs.
Functional programming 
Support for lambda expression with explicit closure. Symbol scope limitation with gamma expression. Form like notation with an easy block declaration.
Object oriented 
Single inheritance object mechanism with dynamic symbol resolution. Native class derivation and method override. Static class data member and methods.
Multi-threaded engine 
True multi-threaded engine with automatic object protection mechanism against concurrent access. Read and write locking system and thread activation via condition objects.
Original regular expression 
Built-in regular expression engine with group matching, exact or partial match and substitution.

External links

  • Aleph org site (http://www.aleph-lang.org/)






 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.