The DUB package manager

Jacob Carlborg doob at me.com
Sun Feb 17 06:06:38 PST 2013


On 2013-02-17 14:40, Nick Sabalausky wrote:

> Plus, some of it's syntax is rather non-intuitive:
>
> !!map {
>    ? !!str "---"
>    : !!str "foo",
>    ? !!str "...",
>    : !!str "bar"
> }
>
> WTF?

I have used Yaml quite a lot but I have never seen that. I think the 
below is very intuitive:

point:
   x: 1
   y: 2

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list