TOML, Tom's Own Markup Language
github.com
TOML, Tom's Own Markup Language
1–10 of 173 posts
Re: TOML, Tom's Own Markup Language
#2I like it, though. More grepable than JSON or YAML, with the way it handles nested keys using dot notation.
Re: TOML, Tom's Own Markup Language
#3The limitation on array types seemed fairly arbitrary at first glance, but after thinking it over I realized it aided compatibility with languages that do not support homogeneous arrays. Though as far as the types go, I would add boolean and perhaps non-quoted strings for single-word values.
Now that the technical criticism is out of the way, holy crap this guy is arrogant.
Re: TOML, Tom's Own Markup Language
#4It isn't a markup language. I'd like to correct this mistake that was started by YAML. :/ http://en.wikipedia.org/wiki/Markup_language (Using the bacronym "YAML Ain't Markup Language" only helped it grow, making more people confused as to what a Markup Language is.) I like it, though. More grepable than JSON or YAML, with the way it handles nested keys using dot notation.
Re: TOML, Tom's Own Markup Language
#5It isn't a markup language. I'd like to correct this mistake that was started by YAML. :/ http://en.wikipedia.org/wiki/Markup_language (Using the bacronym "YAML Ain't Markup Language" only helped it grow, making more people confused as to what a Markup Language is.) I like it, though. More grepable than JSON or YAML, with the way it handles nested keys using dot notation.
I just wrote what it said in the README. I assume that's why he named it thus. I agree it isn't a markup language.
Re: TOML, Tom's Own Markup Language
#6I note that, like many erstwhile specs, TOML does not document the escape sequences accepted in strings. Nor does it exhaustively specify integer formats and float formats - rather ironic for a spec that advertises "TOML is designed to be unambiguous and as simple as possible." The limitation on array types seemed fairly arbitrary at first glance, but after thinking it over I realized it aided compatibility with lang…
Re: TOML, Tom's Own Markup Language
#7I note that, like many erstwhile specs, TOML does not document the escape sequences accepted in strings. Nor does it exhaustively specify integer formats and float formats - rather ironic for a spec that advertises "TOML is designed to be unambiguous and as simple as possible." The limitation on array types seemed fairly arbitrary at first glance, but after thinking it over I realized it aided compatibility with lang…
Well, he's the CEO of Github, and he's probably been drinking, so I suppose a little bit of arrogance is expected.