The DUB package manager
Nick Sabalausky
SeeWebsiteToContactMe at semitwist.com
Sun Feb 17 05:40:37 PST 2013
On Sun, 17 Feb 2013 14:28:14 +0100
"Peter Sommerfeld" <noreply at rubrica.at> wrote:
> Am 17.02.2013, 14:03 Uhr schrieb Jacob Carlborg:
>
> > On 2013-02-16 23:19, Peter Sommerfeld wrote:
> >
> >> Another issue: I understand why you are using json but it is
> >> not the best suited format IMHO. D put some restriction on
> >> module names, thus the format can be simplified. Compare:
> >
> > Inventing a new format is pointless. I you want it less verboseYaml
> > is an alternative.
>
> If you prefer indentation. I would never touch it.
>
Plus, some of it's syntax is rather non-intuitive:
!!map {
? !!str "---"
: !!str "foo",
? !!str "...",
: !!str "bar"
}
WTF?
More information about the Digitalmars-d
mailing list