this post was submitted on 27 Jun 2023
19 points (100.0% liked)

Python

6288 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
19
TOML in Python (til.simonwillison.net)
submitted 1 year ago by sisyphean to c/python
you are viewing a single comment's thread
view the rest of the comments
[โ€“] sisyphean 6 points 1 year ago* (last edited 1 year ago)

YAML is extremely complex for a configuration format and it has many really weird edge cases:

https://noyaml.com/

The problem is IMHO made worse because it looks so friendly at first glance.