Submission declined on 16 November 2024 by KylieTastic (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Filename extension |
.sdl |
---|---|
Type of format | Data interchange |
Standard | https://github.com/dlang-community/SDLang-D/wiki/Language-Guide |
Open format? | Yes |
Website | sdlang |
Simple Declarative Language (SDLang) is a human-readable text file format comparable to JSON and XML. It has the same structure as XML: It nests tags containing attributes and values. Tags can also have namespaces just like in XML. Unlike the aforementioned formats it preserves data types used by scripting languages and by compiled languages such as 64 bit integer, 32 bit integer, string, date , duration, boolean, float, double, etc.
It's used by Oracle, Bank of America, Ikayzo, DUB and JTest.[1][2]
It has implementations in D, TypeScript, Ruby, C#, F#, C++, Go, PHP, Haskell, Dart and Java.[3][1]
The following is an example from the SDLang-D language guide:[4]
folder "myFiles" color="yellow" protection=on {
folder "my images" {
file "myHouse.jpg" color=true date=2005/11/05
file "myCar.jpg" color=false date=2002/01/05
}
folder "my documents" {
document "resume.pdf"
}
}
References
edit- ^ a b "SDLang - Simple Declarative Language". sdlang.org. Retrieved 2024-11-16.
- ^ "dub.json / dub.sdl recipes - DUB Documentation". dub.pm. Retrieved 2024-11-16.
- ^ "Sdlang Initiative". GitHub. Retrieved 2024-11-16.
- ^ "Language Guide". GitHub. Retrieved 2024-11-16.
- in-depth (not just passing mentions about the subject)
- reliable
- secondary
- independent of the subject
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.