Y
Hacker News
new
|
ask
|
show
|
jobs
by
noahbp
187 days ago
That's not saying much, since it's still dependent upon the untyped mess that is YAML.
2 comments
0xbadcafebee
187 days ago
YAML is just a data format. Make your own "thing" that takes input in any format you desire, then dump it to YAML. (also, YAML is dynamically typed, and supports explicit typing, but the parser can choose to ignore it)
link
lucyjojo
186 days ago
these days we generate yaml out of cue
i don't know why it's not more popular.
link