nosh version 1.9
Allan Jude
allanjude at freebsd.org
Thu Oct 23 05:41:13 UTC 2014
On 2014-10-23 01:10, Jim Thompson wrote:
>
>> On Oct 22, 2014, at 11:34 PM, Allan Jude <allanjude at freebsd.org> wrote:
>>
>> The nice thing about this design is that it would allow replacing the
>> XML with something more human readable/writing like UCL.
>
> Dude, that's not web-scale. You're gonna want yaml.
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
UCL can read YAML and JSON, it is just less sensitive than either, so
missing whitespace, or a trailing comma won't break the parsing of your
config file.
(A trailing comma on the last array element is nice to have, as it
reduces the diff when you add a new item)
So it means the config files can be valid JSON or YAML, or something
that looks similar but is less fussy, so that it is more human writable.
--
Allan Jude
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20141023/68da4f7b/attachment.sig>
More information about the freebsd-hackers
mailing list