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.
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to