Before we implement SDL package format for DUB

Jonathan Marler via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 25 16:08:46 PDT 2014


On Monday, 25 August 2014 at 22:21:49 UTC, Weaseldog wrote:
> On Monday, 25 At 2014 at 16:40:10 UTC, Jonathan Marler wrote:
>> Hello everyone,
>>
>> I've been working on SDL support for DUB and wanted to get 
>> some people's opinions on whether we should really use SDL.  
>> I've posted my thoughts here: 
>> http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/thread/2263/
>
> Have you considered TOML? Rust's cargo uses it; it's very clean 
> IMO. Like an extension to INI.

TOML was one of the candidates I looked at.  I like it.  The 
biggest advantage that ASON would have over TOML for DUB is it is 
a superset of JSON.  TOML has it's own advantages, I personally 
wouldn't mind using it.


More information about the Digitalmars-d mailing list