On Sun, 17 Feb 2013 14:28:14 +0100
"Peter Sommerfeld" <nore...@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?

Reply via email to