[dmd-beta] D 2.062 beta

Walter Bright walter at digitalmars.com
Wed Feb 13 12:37:04 PST 2013


On 2/13/2013 12:29 PM, Jacob Carlborg wrote:
>
> YAML is quite a flexible format. It support references, for example.
>
> Environment: &Environment
>    foo: 1
>    bar: 2
>
> Environment64:
>    <<: *Environment
>    bar: 3
>
> Here "Environment64" will contain everything in "Environment" and then override any values that is listed under "Environment64".
>
> It's also possible to implement new types in YAML.

Looks like one has to learn a new language to use YAML.


More information about the dmd-beta mailing list