Hacker News new | ask | show | jobs
by lifthrasiir 1704 days ago
It seems to be a typed CSV, so whether `T` is interpreted as a string or a boolean presumably depends on the schema. That sounds slightly better than YAML, though it can easily break when you allow heterogeneous types (say, string or boolean).
1 comments

T is quite dumb. The author should had at least used #t and #f from Scheme.