Pure Data Language News
Status: Inactive
Brought to you by:
bradford
The DL Parser now supports the ability to operate in both push and pull modes. Also, the ObjectBuilder class has been broken out into two separate classes.
This is the initial release of the DL Toolkit for Java. It implements the basic language constructs and typed values, but none of the complex constructs.
DL was designed to be a pure data language, built on very simple constructs, and internally representing typed values rather than depending on external schemas to infer type values. We've spent years now trying to map the data structures of Java, C, and C++ into XML, when we could have just built on top of the pretty simple foundation that already existed in those languages.