Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Human readable/writable serialization alternatives to YAML and XML ?

by perrin (Chancellor)
on Mar 06, 2009 at 21:17 UTC ( [id://748961]=note: print w/replies, xml ) Need Help??


in reply to Human readable/writable serialization alternatives to YAML and XML ?

I'm begining to think that for us Perl is actually more writeable/readable than XML,YAML,JSON,etc.

Agreed. Perl is the default choice. Although I find JSON (and to a lesser degree YAML) fairly easy to read, it's also easy to break when writing, and none of the parsers I tried gave feedback as useful as Perl's. My rule of thumb is that you should try to never use any tool that doesn't tell you which line number the problem is on.

However, I don't have the XML-phobia some people seem to have. It seems fine to me for config data. Verbose, but not that hard to deal with.

  • Comment on Re: Human readable/writable serialization alternatives to YAML and XML ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://748961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found