Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > K&R Answers?

Reply
Thread Tools

K&R Answers?

 
 
Richard Heathfield
Guest
Posts: n/a
 
      03-18-2008
stop said:

>
> "Keith Thompson" <kst-> wrote in message
> news:...


<snip>

>> I suggest that a quick Google search for "X3J11" would have cleared up
>> your confusion.

> Thanks for the background briefing, Keith. I think fortran's J3-ness
> indeed has to do with x3j11 in the way we name things so as to provoke an
> association.
>
> I'll contend to the contrary that this is ungoogleable. The first entry
> of
> the search results that I got from the search you suggest is: * XXX XXX
> 333333 JJJJJJJJ 1111 1111 * XXX XXX 33 JJ 11 11 11 11 * XXX XXX 33 JJ 11
> 11 * XXXXX 33333 JJ 11 11 * XXX XXX 33 JJ 11 11 * XXX XXX 33 JJ JJ 11 .
> Funnier was the fifth result:
> http://en.wikipedia.org/wiki/User:X3J11
>
> My canonical example for what is ungoogleable is finding out about the
> coffee trade on the island of java. I think ungoogleable results would
> make
> an amusing compendium. I just thought of another: Hormel products.


C itself can be fairly ghastly to "google" for. The worst part of the C
language is its name.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
 
Reply With Quote
 
 
 
 
stop
Guest
Posts: n/a
 
      03-18-2008

"Keith Thompson" <kst-> wrote in message
news:...
> "stop" <> writes:


>>>> What catches my eye though is 3J as oppsoed to J3. Does X3J11
>>>> actually exist?
>>>
>>> It certainly did, because it was the ANSI Committee that produced the
>>> C89
>>> Standard. Whether it still does, I have no idea.

>> In the common C extension that is fortran, the J3 committee is kind of
>> like
>> a benevolent politburo. I never saw anything that might motivate the
>> name
>> except to see the letters reversed in X3J11.

>
> X3 is the former name for INCITS, the InterNational Committee for
> Information Technology Standards; see <http://www.x3.org/>.
>
> Within X3, J3 (or X3J3) is the Technical Committee for Fortran, and
> J11 (or X3J11) is the Tehnical Committee for C; see
> <http://www.incits.org>.
>
> One source says that X3J11 was originally formed by ANSI. I'm not
> sure of the current relationship between ANSI and INCITS, or of the
> organizational history.
>
> I suggest that a quick Google search for "X3J11" would have cleared up
> your confusion.

Thanks for the background briefing, Keith. I think fortran's J3-ness indeed
has to do with x3j11 in the way we name things so as to provoke an
association.

I'll contend to the contrary that this is ungoogleable. The first entry of
the search results that I got from the search you suggest is: * XXX XXX
333333 JJJJJJJJ 1111 1111 * XXX XXX 33 JJ 11 11 11 11 * XXX XXX 33 JJ 11 11
* XXXXX 33333 JJ 11 11 * XXX XXX 33 JJ 11 11 * XXX XXX 33 JJ JJ 11 .
Funnier was the fifth result:
http://en.wikipedia.org/wiki/User:X3J11

My canonical example for what is ungoogleable is finding out about the
coffee trade on the island of java. I think ungoogleable results would make
an amusing compendium. I just thought of another: Hormel products.
--
"A man is accepted into church for what he believes--and turned out for
what he knows."

-Mark Twain


 
Reply With Quote
 
 
 
 
Philip Potter
Guest
Posts: n/a
 
      03-18-2008
Richard Heathfield wrote:
> stop said:
>> My canonical example for what is ungoogleable is finding out about the
>> coffee trade on the island of java. I think ungoogleable results would
>> make
>> an amusing compendium. I just thought of another: Hormel products.

>
> C itself can be fairly ghastly to "google" for. The worst part of the C
> language is its name.


I like the name. Especially since it's one of those funky recursive
acronyms. It stands for "C"
 
Reply With Quote
 
c gordon liddy
Guest
Posts: n/a
 
      03-20-2008

"Philip Potter" <> wrote in message
news:fro7ti$keo$...
> Richard Heathfield wrote:
>> stop said:
>>> My canonical example for what is ungoogleable is finding out about the
>>> coffee trade on the island of java. I think ungoogleable results would
>>> make
>>> an amusing compendium. I just thought of another: Hormel products.

>>
>> C itself can be fairly ghastly to "google" for. The worst part of the C
>> language is its name.

>
> I like the name. Especially since it's one of those funky recursive
> acronyms. It stands for "C"


What would a "recursive acronym" be? I assume that a one-letter solution is
degenerate.

--
C. Gordon Liddy

"Virile, vigorous, potent."


 
Reply With Quote
 
Willem
Guest
Posts: n/a
 
      03-20-2008
c wrote:
) What would a "recursive acronym" be? I assume that a one-letter solution is
) degenerate.

PHP is a recursive acronym, for example.
It stands for: Php Hypertext Proprocessor


SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
 
Reply With Quote
 
c gordon liddy
Guest
Posts: n/a
 
      03-20-2008

"Willem" <> wrote in message
news:...
>c wrote:
> ) What would a "recursive acronym" be? I assume that a one-letter
> solution is
> ) degenerate.
>
> PHP is a recursive acronym, for example.
> It stands for: Php Hypertext Proprocessor

I see. Wiki had more examples:
AMARA - Amara Means A Recursive Acronym
apsfilter - Apsfilter Prints So Fine, It Leads To Extraordinary Results
ARIA - ARIA Really Is Awesome (Reference to game)
CAVE - Cave Automatic Virtual Environment
Cygnus - Cygnus, Your GNU Support

It would seem to be limited to one step. I think I came up with a
two-stepper though:

CACA: Caucasians Against Causal Associations. You would think this acronym
unfortunate, but there really is a Chinese American Citizen Alliance. I
wonder if they know it means poop.
--
C. Gordon Liddy

"Virile, vigorous, potent."


 
Reply With Quote
 
Richard Heathfield
Guest
Posts: n/a
 
      03-20-2008
c gordon liddy said:

>
> "Willem" <> wrote in message
> news:...
>>c wrote:
>> ) What would a "recursive acronym" be? I assume that a one-letter
>> solution is
>> ) degenerate.
>>
>> PHP is a recursive acronym, for example.
>> It stands for: Php Hypertext Proprocessor

> I see. Wiki had more examples:
> AMARA - Amara Means A Recursive Acronym
> apsfilter - Apsfilter Prints So Fine, It Leads To Extraordinary Results
> ARIA - ARIA Really Is Awesome (Reference to game)
> CAVE - Cave Automatic Virtual Environment
> Cygnus - Cygnus, Your GNU Support
>
> It would seem to be limited to one step. I think I came up with a
> two-stepper though:
>
> CACA: Caucasians Against Causal Associations. You would think this
> acronym
> unfortunate, but there really is a Chinese American Citizen Alliance. I
> wonder if they know it means poop.


The Jargon File contains a reference to a different kind of two-stepper -
courtesy of a couple of old MIT editors:

EINE - EINE Is Not Emacs
ZWEI - ZWEI Was EINE Initially

Googling for these (in an attempt to get some independent confirmation of
the origin of these names) proved somewhat - um - interesting, since EINE,
ZWEI, and even MIT are of course all legal German words ("one", "two", and
"with"). Also, Germans don't seem to be averse to using the word "editor"
- it may even be the proper German word, for all I know.

But I did find this article, by a guy who seems to know what he's talking
about:

http://people.csail.mit.edu/gregs/in.../msg00763.html

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57