|
|
|
|
|
by hatf0
1513 days ago
|
|
As a user of SDLang.. not a huge fan of it, IMO. Dub (the D package manager) uses SDLang as one of the two formats that you can use to configure projects (those two being SDLang and JSON), and I often find myself converting every project to using the JSON format as there is virtually no tooling (in most languages) for parsing SDLang. I've recently started using TOML instead, and I have nothing but good things to say about it. |
|
Dub would feel slightly (slightly!) more polished if it used a more common package format. TOML would be a good choice.