Menu

Dao 1.0.1 is released

Dao is a simple yet powerful object-oriented programming language with many advanced features including, soft (or optional) typing, BNF-like macro system, regular expression, multi-dimensional numeric array, closure, coroutine, asynchronous function call for concurrent programming etc. Dao provides a rich set of standard data types, methods and libraries. Dao is implemented as a light and efficient virtual machine with very transparent C programming interfaces, which make it easy to extend Dao with C/C++ or embed Dao into C/C++ programs.

This release mainly includes: enhanced support for debugging, some bug fixings and improvements of implementation.

Website: http://www.daovm.net

Posted by Limin Fu 2009-06-04

Log in to post a comment.