How is TOML different than Windows INI files? #845
-
MS-DOS and Windows have had INI files for more than 30 years, which TOML looks very similar. How is TOML different? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
This is covered in the README. See the final paragraph of https://github.com/toml-lang/toml#comparison-with-other-formats. |
Beta Was this translation helpful? Give feedback.
-
TOML is deliberately similar to INI files, so much so that a sufficiently simple TOML file would be indistinguishable from an INI file. The main difference is that INI is not a formal standard, so different implementations have different quirks, support different data types, etc. TOML is a standard. |
Beta Was this translation helpful? Give feedback.
-
Does |
Beta Was this translation helpful? Give feedback.
-
Some differences:
|
Beta Was this translation helpful? Give feedback.
-
TOML is just some guy named Tom trying to get famous with a specification for a file config format. Wheel re-invention number 10 million 453 thousand 200 and 9. Meanwhile, Sassenrath with his REBOL had the right idea long ago. |
Beta Was this translation helpful? Give feedback.
This is covered in the README. See the final paragraph of https://github.com/toml-lang/toml#comparison-with-other-formats.