top | item 46298386

(no title)

noahbp | 2 months ago

That's not saying much, since it's still dependent upon the untyped mess that is YAML.

discuss

order

0xbadcafebee|2 months 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)

lucyjojo|2 months ago

these days we generate yaml out of cue

i don't know why it's not more popular.