|
|
Other versions: 1.0
Dao Documentations
(For version 1.1)
- What's New (html , pdf ) updated
- A Quick Guide to Dao (html , pdf ) updated
- Dao Typing System (html , pdf )
- Dao Library Reference (html , pdf ) updated
- Dao Regular Expression Matching (html , pdf )
- Dao Functional Methods (html , pdf ) new
- Exception Handling in Dao (html , pdf )
- Concurrent Programming in Dao (html , pdf )
Asynchronous Function Call and Message Passing Interface are not supported in Dao 1.1
- Dao Macro System (html , pdf )
- Programming with C interface to Dao (html , pdf ) updated
- Installation and configuration of Dao VM (html , pdf ).
- Packing Dao script files into the VM executable (html ). new
- Database handling by DaoDataModel(html , pdf );
- Web programming using DaoCGI and DaoDataModel(html , pdf );
- DaoQt: A Binding to Qt Application and GUI Framework (html );
- DaoCLoader for running time binding of C libraries;
- Other modules: ...
- autobind.dao: for automatically generating bindings to C libraries (html , pdf );
- sdml2html.dao, sdml2tex.dao: for converting documents written
in a home-made marking up language
(tentatively called Simple Document Marking Language, SDML)
to HTML format or TEX format documents (html , pdf ).
- Some example programs for the The Computer Language Benchmarks Game :
- Other examples:
Here are some frequently asked questions FAQ .
view count 4988 times
created at 2009-02-19, 19:13 GMT modified at 2010-04-06, 07:42 GMT
|
| | | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
fu: Fixed and updated
There was a minor bug in storing returned value in the DaoVmProcess structure. Now it is fixed and up ... (Sep.07,23:43)
klabim: ...
Ok, I found it. It can be so easy by reading the documentation :- ). I have overseen the keyword glob ... (Aug.21,18:09)
|