diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-03 19:57:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:52 +0700 |
commit | 68d4a9b6cf257bafa66b99bed3af81941d4a6a88 (patch) | |
tree | aa1620fc6599402cb8b5e2fe0126ad8bc51a58a4 /development/dao/README | |
parent | eb6d03d83f68fbaf4d4800eb435a5b3fdff92bf5 (diff) | |
download | slackbuilds-68d4a9b6cf257bafa66b99bed3af81941d4a6a88.tar.gz |
development/dao: Added (The Dao Programming Language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dao/README')
-rw-r--r-- | development/dao/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/dao/README b/development/dao/README new file mode 100644 index 0000000000..978aa7cb8c --- /dev/null +++ b/development/dao/README @@ -0,0 +1,4 @@ +Dao 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 +interfaces for easy embedding and extending. |