[dmd-beta] D 2.062 beta

Jacob Carlborg doob at me.com
Thu Feb 14 11:42:46 PST 2013


On 13 feb 2013, at 21:37, Walter Bright <walter at digitalmars.com> wrote:

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


This is one of the more advanced features in YAML, which one doesn't have to use. You said the the config files are getting more complicated, I showed how YAML can be used to help with that.

In the basic form YAML is just key-value mapping:

bar:
  foo: 1
  baz: 2

-- 
/Jacob Carlborg



More information about the dmd-beta mailing list