Not really sure whether S-expressions or Python indentation-based scoping get more hate...
Not really sure whether S-expressions or Python indentation-based scoping get more hate...
...from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it's a feature!
No, YAML can fuck right off. I hate that this shit format is used for cloud stuff.
YAML is the Excel of data formats due to the Norway Problem
OK, that's excessively "convenient" for booleans. But I don't get the passionate YAML hate, seems like a simple enough language for config. Didn't have the pleasure ("pleasure"?) to work with it though, so what's why else is it shitty?
since yaml is just a superset of json, you can easily avoid all problems like this
yaml is like a less strict json for me
Since it’s a superset of JSON, couldn’t you just use the JSON notation if you hate the semantic whitespace?