Category:Dao: Difference between revisions

From Rosetta Code
Content added Content deleted
(Filled in some language params from info on WP)
(Add more basic information)
Line 1: Line 1:
{{stub}}
{{stub}}{{language|site=http://www.daovm.net/
{{language|Dao
|express=implicit
|exec=bytecode
|checking=both}}
|strength=strong
{{language programming paradigm|object-oriented}}
|safety=safe
|express=explicit/implicit
|checking=both
|gc=yes
|site=http://www.daovm.net}}{{Codepad}}
{{language programming paradigm|Object-oriented}}

Dao is a lightweight object-oriented programming language
with optional typing. It has a rich set of features with
simple and transparent interface to C/C++ programming language.

Revision as of 22:18, 8 May 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Dao
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type expression: Explicit/implicit
Type checking: Dynamic, Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Dao.
Try this language on Codepad.


Dao is a lightweight object-oriented programming language with optional typing. It has a rich set of features with simple and transparent interface to C/C++ programming language.

Subcategories

This category has the following 3 subcategories, out of 3 total.