Conversation

Replying to
By the way, the most popular implementations of YAML also dynamically execute arbitrary code based on the input. It's used because it looks elegant and user friendly on the surface. It's a lot more aimed at being worked with by humans than JSON and wasn't based around early JS.
1
Replying to
I don't think the situations are comparable. Markdown is used and intended as a source document format for human composition of content intended for human consumption. YAML is used and intended as a serialization format for machine-processed data.
1
Show replies