Hi,<br><br>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.<br><br>Currently
a number of modules have been developed, including the bindings for VTK5.0. Most of the classes and methods are wrapped as they are, namely, class inheritances and function prototypes are preserved as in C++. This release might be
useful for somebody wants to play with VTK5.0 in a convenient way.<br><br>An IDE named Dao Studio for Dao is also released at the same time
as Dao. This IDE includes a syntax highlighted code editor and console,
and supports Edit&amp;Continue debugging mode.<br><br>Links:<br><a href="http://www.daovm.net/" target="_blank">http://www.daovm.net</a><br>
<a href="http://www.daovm.net/dao/gallery_en" target="_blank">http://www.daovm.net/dao/gallery_en</a><br><a href="http://www.daovm.net/dao/download_en" target="_blank">http://www.daovm.net/dao/download_en</a><br><br>Have fun,<br>
<br>Limin Fu<br>