Re: [Semi-OT] Sdlang Initiative

2022-05-02 Thread singingbush via Digitalmars-d-announce
It's worth pointing out that SDL (as in Simple Declarative Language) isn't being actively developed anymore. I reached out to Daniel Leuck about it a few years ago as there were a few things I'd wanted to see in an updated spec. There was some discussion about an updated specification for SDL b

[Semi-OT] Sdlang Initiative

2022-05-02 Thread test123 via Digitalmars-d-announce
https://forum.dlang.org/post/cswkmtdymiuxbarip...@forum.dlang.org On Monday, 6 September 2021 at 16:59:26 UTC, SealabJaster wrote: https://github.com/SdlangInitiative Since SDLang is quite closely related to D, as D is one of the only real users of it, I felt this was "D appropriate" enough t

Re: [Semi-OT] Sdlang Initiative

2021-09-08 Thread surlymoor via Digitalmars-d-announce
On Thursday, 9 September 2021 at 01:20:24 UTC, James Blachly wrote: I have finally come around to TOML as the best alternative for human-centered configuration. It seems to be really popular in Rust ecosystem. I see 3 D libraries; haven't tested them but will with my next D project: https://c

Re: [Semi-OT] Sdlang Initiative

2021-09-08 Thread James Blachly via Digitalmars-d-announce
On 9/6/21 2:01 PM, Steven Schveighoffer wrote: But I actually am using sdlang-d for configuration files on my web server. However, I do not like the interface for it very much. SDLang itself is OK, but I find actually that I don't love the format. Like yaml, I have to research how the file form

Re: [Semi-OT] Sdlang Initiative

2021-09-06 Thread Steven Schveighoffer via Digitalmars-d-announce
On 9/6/21 12:59 PM, SealabJaster wrote: https://github.com/SdlangInitiative Since SDLang is quite closely related to D, as D is one of the only real users of it, I felt this was "D appropriate" enough to post. I personally think SDLang is much better than the likes of JSON, XML, and YAML for

[Semi-OT] Sdlang Initiative

2021-09-06 Thread SealabJaster via Digitalmars-d-announce
https://github.com/SdlangInitiative Since SDLang is quite closely related to D, as D is one of the only real users of it, I felt this was "D appropriate" enough to post. I personally think SDLang is much better than the likes of JSON, XML, and YAML for human-centered configuration files, so