Linked by Thom Holwerda on Tue 27th Sep 2005 22:34 UTC
Permalink for comment 37261
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



Member since:
2005-07-07
And I thought Unix had solved this 30 years ago...
"Write programs to handle text streams, because that is a universal interface." -- Doug McIlroy
Yeah text is really ^M
universal, there are ^M
no cœmpatibility problems at all.
Note that XML is _not_ a proper text stream because it can't be parsed without an insanely huge and complex XML parser.
Yeah you're right, XML parsers are HUGE!!!
http://expat.sourceforge.net/ (~300K source code)
There are many languages that don't have XML parsers(and there are many devices that don't have enough resources to run a standard XML parser), there are very few languages and systems that can't do string/text manipulation.
Yeah, there's lots of programming languages that can't interface with C libraries.
Well, I'm off to write a program that dumps binary search trees off my company's mainframe to a text stream for access on my graphing calculator...toodles.