I
Irrwahn Grausewitz
Jirka Klaue said:"Roedeln" is not uncommon in German, even if some random dictionaries
don't know about it. ;-)
But, usually, you would write it with an o-Umlaut, wouldn't you? ;^)
Jirka Klaue said:"Roedeln" is not uncommon in German, even if some random dictionaries
don't know about it. ;-)
For others, try Google[1]:
http://www.google.com/search?q=jargon+metasyntactic+variable
Irrwahn
[1] No, this this is *not* a metasyntactic variable!
Kelsey Bjarnason said:[snips]
For others, try Google[1]:
http://www.google.com/search?q=jargon+metasyntactic+variable
Irrwahn
[1] No, this this is *not* a metasyntactic variable!
foo, baz, bar, google, irrwahn... it is now.
Irrwahn Grausewitz said:But, usually, you would write it with an o-Umlaut, wouldn't you? ;^)
Plain or extended ASCII?Not in ASCII, you wouldn't.
Ah, at least one who noticed...Compilers need not accept accented letters
in identifier names, and IMO it isn't sensible to do so.
Uh-oh, ... I should have known this, though my dutch isn't veryBTW, "roedel" is a Dutch word, meaning "pack of dogs or wolves".
Not in ASCII, you wouldn't. Compilers need not accept accented letters
in identifier names, and IMO it isn't sensible to do so.
^^^^^^^^^^^ ^^^^^^^^^^^
Do you know the meaning of the words 'latter' and 'former'? See below.
That's why I sayed look into the dictionary.Then don't respond to *my* comment starting off with 'wrong ... ',
for C's sake!!!!
*Nobody* doubted, and if you reread ///carefully/// you will notice
that we both agree that 'furz' and 'luder' are, albeit not nice,
german words!!!
The Real OS/2 Guy said:Yes, you were refered to the both underlined word s.
Richard said:It /is/ a reasonable name,
which illustrates very clearly and elegantly that
the choice of name was not significant.
Uh oh, looks like he stole this from my code
http://groups.google.com/[email protected]pete said:One of my favorite quotes of all time, this still makes me laugh.
Ben Pfaff said:C99 makes provisions for accented letters in identifiers.
In said:True, but those are about as portable as struct blather{int foo;}
main(), as long as no character set is even required to _have_ accented
letters.
Richard Heathfield said:http://groups.google.com/[email protected]
It's even funnier if you take a slightly larger quote:
************** I said... ***********
Another example: here's a typical (and naive, if I may make so bold as to
say so) malloc call in the C language:
struct foo *p;
/* lots of code here */
p = (struct foo*)malloc(N * sizeof(struct foo));
If the type of p changes, you have to fix the code in *two* other places
(admittedly both on the same line).
************ EGN replied... *************
Uh oh, looks like he stole this from my code last May
*****************************************
I guess EGN doesn't know, or possible doesn't care, what "naive" means.
(For those who don't know, EGN is a comp.programming troll who occasionally
threatens lawsuits against those who dare to call his C skills into
question. Well worth killfiling.)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.