From ... Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news-x2.support.nl!deine.net!hamster.europeonline.net!newsfeed.europeonline.net!nslave.kpnqwest.net!nloc2.kpnqwest.net!nloc.kpnqwest.net!nmaster.kpnqwest.net!nreader1.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: The horror that is XML References: <3224343098925148@naggum.net> Mail-Copies-To: never From: Erik Naggum Message-ID: <3224353767235988@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 05 Mar 2002 21:49:18 GMT X-Complaints-To: newsmaster@KPNQwest.no X-Trace: nreader1.kpnqwest.net 1015364958 193.71.199.50 (Tue, 05 Mar 2002 22:49:18 MET) NNTP-Posting-Date: Tue, 05 Mar 2002 22:49:18 MET Xref: archiver1.google.com comp.lang.lisp:27870 * "Eduardo Muñoz" | Probably I wasn't born yet, so what is "lint"? No big loss. "lint" was a program that would compare actual calls and definitions of pre-ANSI C functions because the languge lacked support for prototypes, so header files was not enough to ensure consistency and coherence between separately compiled files, probably not even within the same file, if I recall correctly -- my 7th edition Unix documentation is in natural cold storage somewhere on the loft, and it is too goddamn cold tonight. "lint" also ensured that some of the more obvious problems in C were detected prior to compilation. It was effectively distributing the complexity of compilation among several programs because the compiler was unable to remember anything between each file it had compiled. ANSI C does not prescribe anything useful to be stored after compiling a file, either, so manual header file management is still necessary, even though this is probably the singularly most unnecessary thing programmers do in today's world of programming. "lint" lingers on. /// -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief.