Skip Navigation
43 comments
  • TOML looks good but it's rarely used

    • TOML does look good. Wow! I havent looked at it at all before.

      • Makes certain levels of nesting painful

        You can say this is a design choice, and you shouldn't ever go too deep in config, and I'd agree, but it is a limiting factor to be aware of

  • https://nestedtext.org/

    It’s like yaml but simple, consistent, untyped, and you never need to escape any characters, ever.

    Types and validation aren’t going to be great unless they’re in the actual code anyway.

43 comments