Jump to content

User:Phoolimin/Dao (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Phoolimin (talk | contribs) at 14:46, 27 June 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Dao is an object-oriented scripting language with dynamic-typing variables supporting complex data structures. It has powerful text processing ability such as string regular expression matching. It provides built-in numerical data types such as complex number and multi-dimensional numeric array, and their corresponding, convenient operations and computations. Supporting for multi-threaded programming is also implemented as an integrate part of Dao. It can be easily extended with C++, through a simple and transparent interface; it can be easily embedded into other C++ programs as well.

Project website: Dao Language

Project home page at sourceforge: daoscript