Newsgroups: comp.lang.basic.visual,comp.lang.c++,comp.lang.c,comp.lang.pascal,comp.lang.tcl,comp.lang.ada,comp.lang.smalltalk,comp.lang.perl,comp.lang.asm.x86,comp.lang.fortran,comp.lang.postscript,comp.lang.java,comp.lang.clipper,comp.lang.forth,comp.lang.cobol,comp.lang.rexx,comp.lang.eiffel,comp.lang.python,comp.lang.lisp,comp.lang.scheme
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!news.kei.com!newsfeed.internetmci.com!in2.uu.net!byron.net4.io.org!acli
From: acli@byron.net4.io.org (Ambrose Li)
Subject: Re: Language "ranking" based on posts to users groups
Distribution: inet
Message-ID: <DK43vn.Jso@byron.net4.io.org>
Organization: private site, Scarborough, Canada
Date: Sun, 24 Dec 1995 22:30:58 GMT
References: <4at4t0$j5j@garden.csc.calpoly.edu> <4ba8k8$2vg@zippy.cais.net> <4bc95m$gis@zippy.cais.net> <4bg95m$3ck@insanity.foxnet.net>
Lines: 21
Xref: glinda.oz.cs.cmu.edu comp.lang.c++:166311 comp.lang.c:168465 comp.lang.tcl:40244 comp.lang.ada:39098 comp.lang.smalltalk:32651 comp.lang.asm.x86:15243 comp.lang.fortran:36084 comp.lang.postscript:38274 comp.lang.java:12093 comp.lang.clipper:9210 comp.lang.forth:25440 comp.lang.cobol:7087 comp.lang.rexx:13753 comp.lang.eiffel:12289 comp.lang.python:7608 comp.lang.lisp:20324 comp.lang.scheme:14671

In article <4bg95m$3ck@insanity.foxnet.net>,
Duncan Ruxton <druxton@foxnet.net> wrote:
>As an interesting aside, many libraries for C compilers would treat
>the forward slash as a valid path separator until recently, if they
>are not still doing so.

Actually, it takes nothing for C libraries to accept /; and,
in fact, if the C libraries are *not* treating / as a valid
separator, they are using extra code to ensure that / is not
recognized (based on the incorrect assumption that \ is the
only valid directory separator). If you have played around
with int 21h calls yourself, you will know that / has always
been, and still is, a valid directory separator. Every time
I see a program that rejects / I will conclude that that
program is broken beyond repair.

-- 
Ambrose C. Li ~{@h>tHY~}       ~  byron is my Linux box; io.org is my
                               ~ `Internet service bureau', not where
<@io.org:acli@byron.net4>      ~  I work. MS Windows will not become
<ai337@freenet.toronto.on.ca>  ~  the OS standard; Linux will be there.
