[vtkusers] ANN: Dao language 1.0.1 with VTK5.0 bindings

Limin Fu phoolimin at gmail.com
Fri Jun 5 17:07:07 EDT 2009


Hi,

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.

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.

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&Continue debugging mode.

Links:
http://www.daovm.net
http://www.daovm.net/dao/gallery_en
http://www.daovm.net/dao/download_en

Have fun,

Limin Fu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090605/7ceb4d26/attachment.htm>


More information about the vtkusers mailing list