Simple Declarative Language
From Wikipedia, the free encyclopedia
The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. |
This article does not cite any references or sources. (June 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
The Simple Declarative Language is a cross-platform declarative computer language used for defining basic data structures such as lists, maps, and trees of typed data in a compact, easy to read representation. A simple API allows one to read, write and access all the data structures using a single class. For property files, configuration files, logs and simple serialization requirements, SDL is designed to be an alternative to XML and properties files. Implementations are available for Java and .NET with more languages on the way.
SDL is distributed under the LGPL open source license. It was contributed to the open source community by Ikayzo.