|
|
Dao Programming LanguageDao is a lightweight and optionally typed programming language with many interesting features. It includes features that can make concurrent programming much simpler. It has well designed programming interfaces for easy embedding and extending. Main features:
Note: the above features are mostly for Dao 1.2! Try Dao in browser: Now it is possible to try Dao in your browser without downloading any plugin.
view count 76703 times
created at 2009-02-19, 17:46 GMT modified at 2013-05-21, 23:27 GMT |
fu: Dao has finally become feature complete! After the recent implementation of communication channel for tasklets, deferred blocks and exception ... (May.18,05:46) fu: A new feature for concurrent programming: tasklet communication channels! I have been looking for ways to improve Dao's support for concurrent programming. The most recent imp ... (May.18,00:35) fu: Dao now supports Go-style panic/exception handling! I recently looked into the panic/ exception handling in the Go programming language (defer- recover), ... (May.07,02:04) |