DDL homepage at SSCLI.net
DDL homepage on this site
This is the wish-list for the future, stuff we wish to do to enhance the DDL. Some of these are by us and some are by folk who have tried the DDL. This page is just being setup so please pardon inconsistencies.
|
||||
|
||||
|
Optimizations for speed: Specifically: - Try and generate a hash code for member names and have the internals working on hash codes rather than string names, this will be good speed up (I don't know why I did not do this earlier). Also expose to user API a hash code version of the functions also. [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |
||||
|
Language Enhancements: There need to be some additions to the DDL language. The current syntax cannot accommodate some data specifications, these may be hard to do or not possible at all. The language enhancements doc is an annotated version of the language specifications document with the proposed additions appropriately marked. These language enhancements would possibly be released only with the compiler version of the DDL. This is the ddlc design page where you will find the current version of the Language Enhancements document. [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |
||||
|
Managed Code (conversion): Convert to fully managed source code - for interop with Rotor/Mono. Right now, its is a mixed mode assembly which means that it relies on a C style unmanaged heap for some objects - this is not support by all CLI implementations as CLI specs don't mandate this. [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |
||||
|
Revamp the entire internal architecture and design more primitives to the
language to support more data formats refer to entry on language enhancements [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |
|
Error Reporting: Have a more robust error reporting, Specifically: - Expose IRA resolution failures to the error list - Expose equation evaluation failures to the error list [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |
|
Expose to other environments also - possibly as a COM consumable object [Authors (email: spark at sscli dot net / dolly at sscli dot net)] |