Dao 1.0 preview version is released

Hi,

This language has been introduced to this forum before in Dao, a new programming language, now I would like to bring to your attention the latest release of Dao (1.0-preview version). Dao is a simple yet powerful object-oriented programming language featured by, optional typing, BNF-like macro system, regular expression, multidimensional numeric array, asynchronous function call for concurrent programming etc.

Since the last beta release (2006 november), a number of new features have been added to the language with some significant improvements on the implementation. Here I will just list some of them:

1. Added a new typing system, so that the type of a variable can be either declared explicitly or inferred implicitly, and type checking is performed at compiling time when possible. More over the type information is used for function overloading and function specialization (with type-optimized VM instructions) according to parameter types. Some types can be compounded into new types, e.g., list, tuple...

2. A flexible macro-system that allows writting macro in a form close to BNF, and can be used to define new syntax;

3. Added Asynchronous Function Call (AFC) and Message Passing Interface (MPI) for further support for concurrent and distributed programming (still experimental);

4. Added a few new data types, in particular, among which, there is the new tuple type in which each of the items is typed independently, for example, if a tuple is consisted of an integer and a string, then the type of the tuple will be tuple; Moreover the items of a Dao tuple can have field names.

5. The internal data storage scheme is improved to reduce memory overheads for simple types.

6. Added special support for the main() function, so that the command line arguments are mapped to the function parameters, and are checked against the paremeter types of main().

7. Improved representation of C/C++ types, so that their inheritance relationships can be still valid in Dao, and they can be derived by Dao classes directly.

Moreover, this release has included a tool (tools/autobind.dao) which can do semi-automated wrapping of C/C++ libraries. In fact, many of the modules released this time are generated by this tool. Just to list the modules released this time:
DaoCamellia (image processing),
DaoCGI (CGI Web programming),
DaoCLoader (running time wrapping of C libraries, slightly similar to the ctype module of Python),
DaoDataModel (database handling, can be used to set up mappng between data tables and Dao class types),
DaoFastCGI (CGI Web programming),
DaoLapack (linear algebra library),
DaoMagick (image processing),
DaoMGL (math plotting),
DaoMySQL (database),
DaoOpenGL (3D graphics),
DaoSDL (multi-media),
DaoTCC (embedding C codes into Dao scripts),
DaoXML (handling XML documents and fetching web pages from web servers),
DaoZlib (compression),
DaoVTK (3D data and model visualization).

I believe this release has become suitable for some practical applications, and worth to be tried out. Then a formal release of the 1.0 version will be made available during this august or september. I would be very grateful, if anyone can give me some suggestions for improvement, and feature requests are of course also welcome. Thanks and

enjoy,

Limin

home page
sourceforge project
download

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

道

The route you can traverse
  isn't a static route.
The name you can dereference
  isn't a universal name.

Namelessness is the root of everything.
Names are the mother of everything.

Therefore,
  the unchanging, seen from outside the box,
    reveals its inner nature;
  the unchanging, seen from inside the box,
    reveals its outer form.

These two are alike in origin,
  but different in name.
Their unity is called "the mystery".

Mystery of all mysteries,
  the gate to all wonders.

More at the Unix Power Classic.

nice

http://web.mit.edu/~simsong/www/ugh.pdf