home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / humor / 33944 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  44.5 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!pitt.edu!pitt!cuphub.cup.edu!arr9734
  2. From: arr9734@cuphub.cup.edu
  3. Newsgroups: rec.humor
  4. Subject: Real programmers don't eat quiche
  5. Message-ID: <1992Nov16.091022.112@cuphub.cup.edu>
  6. Date: 16 Nov 92 14:10:22 GMT
  7. Organization: California University of Pennsylvania, California, PA
  8. Lines: 981
  9.  
  10.  
  11. So many people wanted a copy that I decided to post it. Here it goes :
  12. (this not the only version but the others vary only in minor typos or
  13. omissions)
  14.  
  15.  
  16.                        March 24, 1983
  17.  
  18.              Real Programmers Don't Use PASCAL
  19.                           Ed Post
  20.                       Tektronix, Inc.
  21.                   P.O. Box 1000 m/s 63-205
  22.                    Wilsonville, OR 97070
  23.                      Copyright (c) 1982
  24. (decvax | ucbvax | cbosg | pur-ee | lbl-unix)!teklabs!iddic!evp
  25.  
  26.      Back in the good old days -- the "Golden Era"  of  com-
  27. puters, it was easy to separate the men from the boys (some-
  28. times called "Real Men" and "Quiche Eaters" in  the  litera-
  29. ture).  During  this period, the Real Men were the ones that
  30. understood computer programming, and the Quiche Eaters  were
  31. the ones that didn't. A real computer programmer said things
  32. like "DO 10 I=1,10" and "ABEND"  (they  actually  talked  in
  33. capital  letters, you understand), and the rest of the world
  34. said things like "computers are too complicated for me"  and
  35. "I  can't  relate to computers -- they're so impersonal". (A
  36. previous work [1] points out that Real Men don't "relate" to
  37. anything, and aren't afraid of being impersonal.)
  38.  
  39.      But, as usual, times change. We are faced today with  a
  40. world  in which little old ladies can get computers in their
  41. microwave ovens, 12 year old kids can blow Real Men  out  of
  42. the  water playing Asteroids and Pac-Man, and anyone can buy
  43. and even understand their very own  Personal  Computer.  The
  44. Real  Programmer  is in danger of becoming extinct, of being
  45. replaced by high-school students with TRASH-80s.
  46.  
  47.      There is a clear need  to  point  out  the  differences
  48. between  the typical high-school junior Pac-Man player and a
  49. Real Programmer. If this difference is made clear,  it  will
  50. give  these  kids  something to aspire to -- a role model, a
  51. Father Figure. It will also help explain to the employers of
  52. Real  Programmers  why  it would be a mistake to replace the
  53. Real Programmers on their staff with  12  year  old  Pac-Man
  54. players (at a considerable salary savings).
  55.  
  56.                          LANGUAGES
  57.                          ---------
  58.  
  59.  
  60.      The easiest way to tell  a  Real  Programmer  from  the
  61. crowd  is by the programming language he (or she) uses. Real
  62. Programmers use FORTRAN.  Quiche Eaters use PASCAL. Nicklaus
  63. Wirth,  the designer of PASCAL, gave a talk once at which he
  64. was asked "How do you pronounce  your  name?".  He  replied,
  65. "You  can either call me by name, pronouncing it 'Veert', or
  66. call me by value, 'Worth'." One can  tell  immediately  from
  67. this comment that Nicklaus Wirth is a Quiche Eater. The only
  68. parameter passing mechanism endorsed by Real Programmers  is
  69. call-by-value-return,  as implemented in the IBM/370 FORTRAN
  70. G and H compilers.  Real programmers don't  need  all  these
  71. abstract  concepts  to  get  their  jobs  done  --  they are
  72. perfectly happy with a keypunch, a FORTRAN IV compiler,  and
  73. a beer.
  74.  
  75. *    Real Programmers do List Processing in FORTRAN.
  76.  
  77. *    Real Programmers do String Manipulation in FORTRAN.
  78.  
  79. *    Real Programmers do Accounting (if they do it  at  all)
  80.      in FORTRAN.
  81.  
  82. *    Real Programmers do Artificial Intelligence programs in
  83.      FORTRAN.
  84.  
  85. If you can't do it in FORTRAN, do it in  assembly  language.
  86. If  you  can't  do  it  in assembly language, it isn't worth
  87. doing.
  88.  
  89.                    STRUCTURED PROGRAMMING
  90.                    ---------- -----------
  91.  
  92.  
  93.      The academics in computer science have gotten into  the
  94. "structured  programming"  rut  over the past several years.
  95. They claim that programs are more easily understood  if  the
  96. programmer  uses  some special language constructs and tech-
  97. niques. They don't all agree on exactly which constructs, of
  98. course,  and  the examples they use to show their particular
  99. point of view invariably  fit  on  a  single  page  of  some
  100. obscure journal or another -- clearly not enough of an exam-
  101. ple to convince anyone. When I got out of school, I  thought
  102. I  was  the  best  programmer in the world. I could write an
  103. unbeatable tic-tac-toe program, use five different  computer
  104. languages,  and  create  1000  line  programs  that  WORKED.
  105. (Really!) Then I got out into the Real World. My first  task
  106. in  the Real World was to read and understand a 200,000 line
  107. FORTRAN program, then speed it up by a factor  of  two.  Any
  108. Real Programmer will tell you that all the Structured Coding
  109. in the world won't help you solve a problem like that --  it
  110. takes  actual  talent.  Some quick observations on Real Pro-
  111. grammers and Structured Programming:
  112.  
  113. *    Real Programmers aren't afraid to use GOTOs.
  114.  
  115. *    Real Programmers can write  five  page  long  DO  loops
  116.      without getting confused.
  117.  
  118. *    Real Programmers like Arithmetic IF statements --  they
  119.      make the code more interesting.
  120.  
  121. *    Real Programmers write self-modifying code,  especially
  122.      if  they  can  save  20  nanoseconds in the middle of a
  123.      tight loop.
  124.  
  125. *    Real Programmers don't need comments  --  the  code  is
  126.      obvious.
  127.  
  128. *    Since FORTRAN doesn't have a structured IF, REPEAT  ...
  129.      UNTIL,  or  CASE statement, Real Programmers don't have
  130.      to worry about not using them.  Besides,  they  can  be
  131.      simulated when necessary using assigned GOTOs.
  132.  
  133.  
  134.      Data structures have also gotten a lot of press lately.
  135. Abstract   Data  Types,  Structures,  Pointers,  Lists,  and
  136. Strings have become popular in certain circles.  Wirth  (the
  137. above-mentioned  Quiche Eater) actually wrote an entire book
  138. [2] contending that you could write a program based on  data
  139. structures,  instead  of  the  other way around. As all Real
  140. Programmers know, the only  useful  data  structure  is  the
  141. Array.  Strings,  Lists,  Structures,  Sets -- these are all
  142. special cases of arrays and can be treated that way just  as
  143. easily  without messing up your programing language with all
  144. sorts of complications. The worst  thing  about  fancy  data
  145. types is that you have to declare them, and Real Programming
  146. Languages, as we all know, have implicit typing based on the
  147. first letter of the (six character) variable name.
  148.  
  149.                      OPERATING SYSTEMS
  150.                      --------- -------
  151.  
  152.  
  153.      What kind of operating system is used by  a  Real  Pro-
  154. grammer?   CP/M? God forbid -- CP/M, after all, is basically
  155. a toy operating system.  Even little old  ladies  and  grade
  156. school students can understand and use CP/M.
  157.  
  158.      Unix is a lot more complicated of course -- the typical
  159. Unix  hacker  never  can  remember what the PRINT command is
  160. called this week -- but when it gets right down to it,  Unix
  161. is  a  glorified video game. People don't do Serious Work on
  162. Unix systems: they send jokes around the world  on  UUCP-net
  163. and write adventure games and research papers.
  164.  
  165.      No, your Real Programmer uses OS/370. A good programmer
  166. can find and understand the description of the IJK305I error
  167. he just got in his JCL manual.  A great programmer can write
  168. JCL  without  referring  to  the manual at all. A truly out-
  169. standing programmer can find bugs buried  in  a  6  megabyte
  170. core  dump  without using a hex calculator. (I have actually
  171. seen this done.)
  172.  
  173.      OS is a truly remarkable operating system. It's  possi-
  174. ble  to  destroy days of work with a single misplaced space,
  175. so alertness in the programming  staff  is  encouraged.  The
  176. best way to approach the system is through a keypunch.  Some
  177. people claim there is a Time Sharing  system  that  runs  on
  178. OS/370,   but  after  careful  study  I  have  come  to  the
  179. conclusion that they were mistaken.
  180.  
  181.                      PROGRAMMING TOOLS
  182.                      ----------- -----
  183.  
  184.  
  185.      What kind of tools  does  a  Real  Programmer  use?  In
  186. theory,  a  Real Programmer could run his programs by keying
  187. them into the front panel of the computer. Back in the  days
  188. when  computers  had  front  panels,  this was actually done
  189. occasionally. Your typical Real Programmer knew  the  entire
  190. bootstrap  loader  by memory in hex, and toggled it in when-
  191. ever it got destroyed by his program. (Back then, memory was
  192. memory  -- it didn't go away when the power went off. Today,
  193. memory either forgets things when you don't want it  to,  or
  194. remembers  things  long  after  they're  better  forgotten.)
  195. Legend has it that Seymour Cray,  inventor  of  the  Cray  I
  196. supercomputer and most of Control Data's computers, actually
  197. toggled the first operating system for the CDC7600 in on the
  198. front  panel  from memory when it was first powered on. Sey-
  199. mour, needless to say, is a Real Programmer.
  200.  
  201.      One of my favorite Real Programmers was a systems  pro-
  202. grammer  for  Texas Instruments. One day, he got a long dis-
  203. tance call from a user whose system had crashed in the  mid-
  204. dle  of  saving  some important work. Jim was able to repair
  205. the damage over the phone, getting the  user  to  toggle  in
  206. disk  I/O  instructions at the front panel, repairing system
  207. tables in hex,  reading  register  contents  back  over  the
  208. phone. The moral of this story: while a Real Programmer usu-
  209. ally includes a keypunch and lineprinter in his toolkit,  he
  210. can  get  along  with  just a front panel and a telephone in
  211. emergencies.
  212.  
  213.      In some companies, text editing no longer  consists  of
  214. ten  engineers  standing  in line to use an 029 keypunch. In
  215. fact, the building  I  work  in  doesn't  contain  a  single
  216. keypunch.  The  Real  Programmer in this situation has to do
  217. his work with a "text editor" program. Most  systems  supply
  218. several text editors to select from, and the Real Programmer
  219. must be careful to  pick  one  that  reflects  his  personal
  220. style. Many people believe that the best text editors in the
  221. world were written at Xerox Palo Alto  Research  Center  for
  222. use  on  their Alto and Dorado computers [3]. Unfortunately,
  223. no Real Programmer would ever use a computer whose operating
  224. system  is called SmallTalk, and would certainly not talk to
  225. the computer with a mouse.
  226.  
  227.      Some of the concepts in these Xerox editors  have  been
  228. incorporated  into  editors running on more reasonably named
  229. operating systems -- EMACS and VI  being  two.  The  problem
  230. with  these  editors is that Real Programmers consider "what
  231. you see is what you get" to be just as bad a concept in Text
  232. Editors  as  it is in Women. No, the Real Programmer wants a
  233. "you asked for it, you got it" text editor  --  complicated,
  234. cryptic,  powerful, unforgiving, dangerous. TECO, to be pre-
  235. cise.
  236.  
  237.      It has been observed that a TECO command sequence  more
  238. closely resembles transmission line noise than readable text
  239. [4]. One of the more entertaining games to play with TECO is
  240. to type your name in as a command line and try to guess what
  241. it does. Just about any possible typing error while  talking
  242. with  TECO will probably destroy your program, or even worse
  243. -- introduce subtle and mysterious bugs in  a  once  working
  244. subroutine.
  245.  
  246.      For this reason,  Real  Programmers  are  reluctant  to
  247. actually  edit a program that is close to working. They find
  248. it  much  easier  to  just  patch  the  binary  object  code
  249. directly,  using a wonderful program called SUPERZAP (or its
  250. equivalent on non-IBM machines). This  works  so  well  that
  251. many working programs on IBM systems bear no relation to the
  252. original FORTRAN code. In many cases,  the  original  source
  253. code  is  no  longer  available. When it comes time to fix a
  254. program like this, no manager would even  think  of  sending
  255. anything  less  than  a  Real Programmer to do the job -- no
  256. Quiche Eating structured programmer would even know where to
  257. start.  This  is  called  "job  security".  Some programming
  258. tools NOT used by Real Programmers:
  259.  
  260. *    FORTRAN preprocessors  like  MORTRAN  and  RATFOR.  The
  261.      Cuisinarts  of  programming -- great for making Quiche.
  262.      See comments above on structured programming.
  263.  
  264. *    Source language debuggers. Real  Programmers  can  read
  265.      core dumps.
  266.  
  267. *    Compilers  with  array  bounds  checking.  They  stifle
  268.      creativity,  destroy  most  of the interesting uses for
  269.      EQUIVALENCE, and  make  it  impossible  to  modify  the
  270.      operating  system  code with negative subscripts. Worst
  271.      of all, bounds checking is inefficient.
  272.  
  273. *    Source code maintainance  systems.  A  Real  Programmer
  274.      keeps  his  code  locked  up in a card file, because it
  275.      implies that its owner cannot leave his important  pro-
  276.      grams unguarded [5].
  277.  
  278.  
  279.                 THE REAL PROGRAMMER AT WORK
  280.                 --- ---- ---------- -- ----
  281.  
  282.  
  283.      Where does the typical Real Programmer work? What  kind
  284. of  programs  are  worthy  of  the efforts of so talented an
  285. individual? You can be sure that no real Programmer would be
  286. caught  dead  writing accounts-receivable programs in COBOL,
  287. or sorting mailing lists for People magazine.  A  Real  Pro-
  288. grammer    wants    tasks    of   earth-shaking   importance
  289. (literally!).
  290.  
  291. *    Real Programmers work for Los Alamos  National  Labora-
  292.      tory,  writing atomic bomb simulations to run on Cray I
  293.      supercomputers.
  294.  
  295. *    Real Programmers work for the National Security Agency,
  296.      decoding Russian transmissions.
  297.  
  298. *    It was largely due to the efforts of thousands of  Real
  299.      Programmers  working  for NASA that our boys got to the
  300.      moon and back before the Russkies.
  301.  
  302. *    The computers in the Space Shuttle were  programmed  by
  303.      Real Programmers.
  304.  
  305. *    Real Programmers are at work for Boeing  designing  the
  306.      operating systems for cruise missiles.
  307.  
  308.  
  309.      Some of the most awesome Real Programmers of  all  work
  310. at the Jet Propulsion Laboratory in California. Many of them
  311. know the entire operating system of the Pioneer and  Voyager
  312. spacecraft  by  heart.  With  a combination of large ground-
  313. based FORTRAN programs and small  spacecraft-based  assembly
  314. language  programs,  they are able to do incredible feats of
  315. navigation and improvisation -- hitting  ten-kilometer  wide
  316. windows  at  Saturn  after  six years in space, repairing or
  317. bypassing damaged sensor platforms, radios,  and  batteries.
  318. Allegedly,  one  Real  Programmer managed to tuck a pattern-
  319. matching program into a few hundred bytes of  unused  memory
  320. in a Voyager spacecraft that searched for, located, and pho-
  321. tographed a new moon of Jupiter.
  322.  
  323.      The current plan for the Galileo spacecraft is to use a
  324. gravity  assist  trajectory past Mars on the way to Jupiter.
  325. This trajectory passes within 80 +/-  3  kilometers  of  the
  326. surface  of  Mars. Nobody is going to trust a PASCAL program
  327. (or PASCAL programmer) for navigation to these tolerances.
  328.  
  329.      As you can tell, many of the world's  Real  Programmers
  330. work  for the U.S.  Government -- mainly the Defense Depart-
  331. ment. This is as it should be.  Recently, however,  a  black
  332. cloud  has  formed on the Real Programmer horizon.  It seems
  333. that some highly placed Quiche Eaters at the Defense Depart-
  334. ment  decided that all Defense programs should be written in
  335. some grand unified language called "ADA" ((r), DoD).  For  a
  336. while,  it seemed that ADA was destined to become a language
  337. that went against all the precepts of Real Programming --  a
  338. language  with structure, a language with data types, strong
  339. typing, and semicolons. In short,  a  language  designed  to
  340. cripple  the  creativity  of  the  typical  Real Programmer.
  341. Fortunately,  the  language  adopted  by  DoD   has   enough
  342. interesting features to make it approachable -- it's incred-
  343. ibly complex, includes methods for messing with the  operat-
  344. ing  system  and  rearranging  memory,  and  Edsgar Dijkstra
  345. doesn't like it [6]. (Dijkstra, as I'm sure  you  know,  was
  346. the  author of "GoTos Considered Harmful" -- a landmark work
  347. in programming methodology, applauded by Pascal  Programmers
  348. and  Quiche Eaters alike.) Besides, the determined Real Pro-
  349. grammer can write FORTRAN programs in any language.
  350.  
  351.      The real programmer might compromise his principles and
  352. work on something slightly more trivial than the destruction
  353. of life as we know it, providing there's enough money in it.
  354. There  are  several Real Programmers building video games at
  355. Atari, for example. (But not playing them -- a Real Program-
  356. mer  knows  how to beat the machine every time: no challange
  357. in that.) Everyone working at LucasFilm is a  Real  Program-
  358. mer. (It would be crazy to turn down the money of fifty mil-
  359. lion Star Trek fans.) The proportion of Real Programmers  in
  360. Computer  Graphics  is  somewhat lower than the norm, mostly
  361. because nobody has found a use for Computer Graphics yet. On
  362. the other hand, all Computer Graphics is done in FORTRAN, so
  363. there are a fair number people doing Graphics  in  order  to
  364. avoid having to write COBOL programs.
  365.  
  366.                 THE REAL PROGRAMMER AT PLAY
  367.                 --- ---- ---------- -- ----
  368.  
  369.  
  370.      Generally, the Real Programmer plays the  same  way  he
  371. works  --  with  computers. He is constantly amazed that his
  372. employer actually pays him to do what he would be doing  for
  373. fun anyway (although he is careful not to express this opin-
  374. ion out loud). Occasionally, the Real Programmer  does  step
  375. out  of  the  office for a breath of fresh air and a beer or
  376. two. Some tips on recognizing real programmers away from the
  377. computer room:
  378.  
  379. *    At a party, the Real Programmers are the  ones  in  the
  380.      corner  talking about operating system security and how
  381.      to get around it.
  382.  
  383. *    At a football game, the Real Programmer is the one com-
  384.      paring  the plays against his simulations printed on 11
  385.      by 14 fanfold paper.
  386.  
  387. *    At the beach, the Real Programmer is  the  one  drawing
  388.      flowcharts in the sand.
  389.  
  390. *    A Real Programmer goes to discos  to  watch  the  light
  391.      shows.
  392.  
  393. *    At a funeral, the Real Programmer  is  the  one  saying
  394.      "Poor  George. And he almost had the sort routine work-
  395.      ing before the coronary."
  396.  
  397. *    In a grocery store, the Real Programmer is the one  who
  398.      insists  on  running  the  cans past the laser checkout
  399.      scanner himself, because he never could trust  keypunch
  400.      operators to get it right the first time.
  401.  
  402.  
  403.            THE REAL PROGRAMMER'S NATURAL HABITAT
  404.            --- ---- ------------ ------- -------
  405.  
  406.  
  407.      What sort of environment does the Real Programmer func-
  408. tion  best  in?   This  is  an  important  question  for the
  409. managers of Real  Programmers.  Considering  the  amount  of
  410. money  it  costs  to keep one on the staff, it's best to put
  411. him (or her) in an environment where he  can  get  his  work
  412. done.
  413.  
  414.      The typical Real Programmer lives in front  of  a  com-
  415. puter terminal.  Surrounding this terminal are:
  416.  
  417. *    Listings of all programs the Real Programmer  has  ever
  418.      worked  on,  piled  in  roughly  chronological order on
  419.      every flat surface in the office.
  420.  
  421. *    Some half-dozen or so partly filled cups of  cold  cof-
  422.      fee. Occasionally, there will be cigarette butts float-
  423.      ing in the coffee. In some cases, the cups will contain
  424.      Orange Crush.
  425.  
  426. *    Unless he is very good, there will be copies of the  OS
  427.      JCL manual and the Principles of Operation open to some
  428.      particularly interesting pages.
  429.  
  430. *    Taped to the wall is a line-printer Snoopy calender for
  431.      the year 1969.
  432.  
  433. *    Strewn about the floor are several wrappers for  peanut
  434.      butter  filled  cheese  bars  -- the type that are made
  435.      pre-stale at the bakery so they  can't  get  any  worse
  436.      while waiting in the vending machine.
  437.  
  438. *    Hiding in the top left-hand drawer of  the  desk  is  a
  439.      stash of double-stuff Oreos for special occasions.
  440.  
  441. *    Underneath the Oreos is a flow-charting template,  left
  442.      there  by  the  previous  occupant of the office. (Real
  443.      Programmers write programs,  not  documentation.  Leave
  444.      that to the maintainence people.)
  445.  
  446.  
  447.      The Real Programmer is capable of working 30, 40,  even
  448. 50  hours  at a stretch, under intense pressure. In fact, he
  449. prefers it that way. Bad response time  doesn't  bother  the
  450. Real  Programmer  -- it gives him a chance to catch a little
  451. sleep between compiles. If  there  is  not  enough  schedule
  452. pressure  on  the  Real  Programmer, he tends to make things
  453. more challenging by working on some  small  but  interesting
  454. part of the problem for the first nine weeks, then finishing
  455. the  rest  in  the  last  week,  in  two  or  three  50-hour
  456. marathons.  This  not  only  inpresses  the  hell out of his
  457. manager, who was despairing of ever getting the project done
  458. on  time,  but creates a convenient excuse for not doing the
  459. documentation. In general:
  460.  
  461. *    No Real Programmer works 9 to 5. (Unless it's the  ones
  462.      at night.)
  463.  
  464. *    Real Programmers don't wear neckties.
  465.  
  466. *    Real Programmers don't wear high heeled shoes.
  467.  
  468. *    Real Programmers arrive at work in time for lunch.
  469.  
  470. *    A Real Programmer might or might not  know  his  wife's
  471.      name.  He  does,  however,  know  the  entire ASCII (or
  472.      EBCDIC) code table.
  473.  
  474. *    Real Programmers don't know how to cook. Grocery stores
  475.      aren't  open  at three in the morning. Real Programmers
  476.      survive on Twinkies and coffee.
  477.  
  478.  
  479.                          THE FUTURE
  480.                          --- ------
  481.  
  482.  
  483.      What of the future? It is a matter of some  concern  to
  484. Real Programmers that the latest generation of computer pro-
  485. grammers are not being brought up with the same  outlook  on
  486. life  as  their  elders. Many of them have never seen a com-
  487. puter with a front  panel.  Hardly  anyone  graduating  from
  488. school  these  days can do hex arithmetic without a calcula-
  489. tor. College graduates these days are soft -- protected from
  490. the realities of programming by source level debuggers, text
  491. editors that count parentheses, and "user friendly"  operat-
  492. ing  systems.  Worst of all, some of these alleged "computer
  493. scientists" manage to get degrees without ever learning FOR-
  494. TRAN!  Are we destined to become an industry of Unix hackers
  495. and Pascal programmers?
  496.  
  497.      From my experience, I can only report that the  future
  498. is  bright  for  Real Programmers everywhere. Neither OS/370
  499. nor FORTRAN show any signs of dying  out,  despite  all  the
  500. efforts  of  Pascal  programmers  the  world over. Even more
  501. subtle tricks, like adding structured coding  constructs  to
  502. FORTRAN  have  failed.   Oh sure, some computer vendors have
  503. come out with FORTRAN 77 compilers, but every  one  of  them
  504. has  a  way of converting itself back into a FORTRAN 66 com-
  505. piler at the drop of an option card -- to compile  DO  loops
  506. like God meant them to be.
  507.  
  508.      Even Unix might not be as bad on Real Programmers as it
  509. once  was.   The latest release of Unix has the potential of
  510. an operating system worthy of any  Real  Programmer  --  two
  511. different and subtly incompatible user interfaces, an arcane
  512. and complicated teletype  driver,  virtual  memory.  If  you
  513. ignore the fact that it's "structured", even 'C' programming
  514. can be  appreciated  by  the  Real  Programmer:  after  all,
  515. there's  no  type  checking,  variable names are seven (ten?
  516. eight?) characters long, and the added bonus of the  Pointer
  517. data type is thrown in -- like having the best parts of FOR-
  518. TRAN and assembly language in one place.   (Not  to  mention
  519. some of the more creative uses for #define.)
  520.  
  521.      No, the future isn't all that bad.  Why,  in  the  past
  522. few  years,  the  popular  press  has  even commented on the
  523. bright new crop of computer nerds and hackers ([7] and  [8])
  524. leaving  places like Stanford and M.I.T. for the Real World.
  525. From all evidence, the spirit of Real Programming  lives  on
  526. in  these  young  men  and women.  As long as there are ill-
  527. defined goals,  bizarre  bugs,  and  unrealistic  schedules,
  528. there  will be Real Programmers willing to jump in and Solve
  529. The Problem, saving the documentation for later.  Long  live
  530. FORTRAN!
  531.  
  532.                        ACKNOWLEGEMENT
  533.                        --------------
  534.  
  535.  
  536.      I would like to thank Jan E., Dave S., Rich G., Rich E.
  537. for  their  help  in  characterizing  the  Real  Programmer,
  538. Heather B. for the illustration, Kathy  E.  for  putting  up
  539. with it, and atd!avsdS:mark for the initial inspriration.
  540.  
  541.  
  542.                        REFERENCES
  543.                        ----------
  544.  
  545.  
  546. [1]    Feirstein, B., Real Men Don't Eat Quiche, New York,
  547.        Pocket Books, 1982.
  548.  
  549. [2]    Wirth, N., Algorithms + Datastructures = Programs,
  550.        Prentice Hall, 1976.
  551.  
  552. [3]    Xerox PARC editors . . .
  553.  
  554. [4]    Finseth, C., Theory and Practice of Text Editors -
  555.        or - a Cookbook for an EMACS, B.S. Thesis,
  556.        MIT/LCS/TM-165, Massachusetts Institute of Technology,
  557.        May 1980.
  558.  
  559. [5]    Weinberg, G., The Psychology of Computer Programming,
  560.        New York, Van Nostrabd Reinhold, 1971, page 110.
  561.  
  562. [6]    Dijkstra, E., On the GREEN Language Submitted to the DoD,
  563.        Sigplan notices, Volume 3, Number 10, October 1978.
  564.  
  565. [7]    Rose, Frank, Joy of Hacking, Science 82, Volume 3, Number 9,
  566.        November 1982, pages 58 - 66.
  567.  
  568. [8]    The Hacker Papers, Psychology Today, August 1980.
  569.  
  570.  
  571. ==================================================================
  572. - Real programmers don't write specs.  Users should consider
  573.   themselves lucky to get any programs at all and take what they get.
  574.  
  575. - Real programmers don't comment their code. If it was hard to
  576.   write, it should be hard to read.
  577.  
  578. - Real programmers don't write application programs, they pro-
  579.   gram right down on the bare metal. Application programming
  580.   is for feebs who can't do systems programming.
  581.  
  582. - Real programmers don't eat quiche.  Real programmers don't even know how to
  583.   spell quiche.  They eat Twinkies, Coke and palate-scorching Szechwan food.
  584.  
  585. - Real programmers don't draw flowcharts.  Flowcharts are, after all, the
  586.   illiterate's form of documentation.  Cavemen drew flowcharts; look how
  587.   much it did for them.
  588.  
  589. - Real programmers don't read manuals.  Reliance on a reference is a hallmark
  590.   of the novice and the coward.
  591.  
  592. - Real programmers programs never work right the first time.
  593.   But if you throw them on the machine they can be patched
  594.   into working in only a few 30-hours debugging sessions.
  595.  
  596. - Real programmers don't use Fortran.  Fortran is for wimpy engineers who
  597.   wear white socks, pipe stress freaks, and crystallography weenies.  They
  598.   get excited over finite state analysis and nuclear reactor simulation.
  599.  
  600. - Real programmers don't use COBOL.  COBOL is for wimpy application
  601.   programmers.
  602.  
  603. - Real programmers never work 9 to 5. If any real programmers
  604.   are around at 9 am, it's because they were up all night.
  605.  
  606. - Real programmers don't write in BASIC. Actually, no program-
  607.   mers write in BASIC, after the age of 12.
  608.  
  609. - Real programmers don't document. Documentation is for simps
  610.   who can't read the listings or the object deck.
  611.  
  612. - Real programmers don't write in Pascal, or Bliss, or Ada, or
  613.   any of those pinko computer science languages. Strong typing
  614.   is for people with weak memories.
  615.  
  616. - Real programmers know better than the users what they need.
  617.  
  618. - Real programmers think structured programming is a communist
  619.   plot.
  620.  
  621. - Real programmers don't use schedules. Schedules are for man-
  622.   ager's toadies. Real programmers like to keep their manager
  623.   in suspense.
  624.  
  625. - Real programmers think better when playing adventure.
  626.  
  627. - Real programmers don't use PL/I.  PL/I is for insecure momma's boys
  628.   who can't choose between COBOL and Fortran.
  629.  
  630. - Real programmers don't use APL, unless the whole program can be written
  631.   on one line.
  632.  
  633. - Real programmers don't use LISP.  Only effeminate programmers use more
  634.   parentheses than actual code.
  635.  
  636. - Real programmers disdain structured programming.  Structured programming
  637.   is for compulsive, prematurely toilet-trained neurotics who wear neckties
  638.   and carefully line up sharpened pencils on an otherwise uncluttered desk.
  639.  
  640. - Real programmers don't like the team programming concept.  Unless, of
  641.   course, they are the Chief Programmer.
  642.  
  643. - Real programmers have no use for managers.  Managers are a necessary evil.
  644.   Managers are for dealing with personnel bozos, bean counters, senior
  645.   planners and other mental defectives.
  646.  
  647. - Real programmers scorn floating point arithmetic.  The decimal point was
  648.   invented for pansy bedwetters who are unable to "think big."
  649.  
  650. - Real programmers don't drive clapped-out Mavericks.  They prefer BMWs,
  651.   Lincolns or pick-up trucks with floor shifts.  Fast motorcycles are
  652.   highly regarded.
  653.  
  654. - Real programmers don't believe in schedules.  Planners make up schedules.
  655.   Managers "firm up" schedules.  Frightened coders strive to meet schedules.
  656.   Real programmers ignore schedules.
  657.  
  658. - Real programmers like vending machine popcorn.  Coders pop it in the
  659.   microwave oven.  Real programmers use the heat given off by the cpu.
  660.   They can tell what job is running just by listening to the rate of popping.
  661.  
  662. - Real programmers know every nuance of every instruction and use them all
  663.   in every real program.  Puppy architects won't allow execute instructions
  664.   to address another execute as the target instruction.  Real programmers
  665.   despise such petty restrictions.
  666.  
  667. - Real programmers don't bring brown bag lunches to work.  If the vending
  668.   machine sells it, they eat it.  If the vending machine doesn't sell it,
  669.   they don't eat it.  Vending machines don't sell quiche.
  670.  
  671. - Real programmers know that the word is disk, not disc.  Disc is
  672.   a definite commie plot put forth by blubbering quiche eaters.
  673.  
  674. -----8<-----snip----------snip----------snip----------snip----------snip-----
  675.  
  676.  
  677.                    T h e   V O G O N   N e w s   S e r v i c e  
  678.  
  679. VNS TECHNOLOGY WATCH:                           [Mike Taylor, VNS Correspondent
  680. ]
  681. =====================                           [Littleton, MA, USA            
  682. ]
  683.  
  684. COMPUTERWORLD 1 April
  685.  
  686.                      CREATORS ADMIT UNIX, C HOAX
  687.  
  688.     In an announcement that has stunned the computer industry, Ken Thompson,
  689.     Dennis Ritchie and Brian Kernighan admitted that the Unix operating
  690.     system and C programming language created by them is an elaborate April
  691.     Fools prank kept alive for over 20 years.  Speaking at the recent
  692.     UnixWorld Software Development Forum, Thompson revealed the following:
  693.  
  694.     "In 1969, AT&T had just terminated their work with the GE/Honeywell/AT&T 
  695.     Multics project. Brian and I had just started working with an early
  696.     release of Pascal from Professor Nichlaus Wirth's ETH labs in
  697.     Switzerland and we were impressed with its elegant simplicity and
  698.     power. Dennis had just finished reading 'Bored of the Rings', a
  699.     hilarious National Lampoon parody of the great Tolkien 'Lord of the
  700.     Rings' trilogy. As a lark, we decided to do parodies of the Multics
  701.     environment and Pascal. Dennis and I were responsible for the operating
  702.     environment. We looked at Multics and designed the new system to be as
  703.     complex and cryptic as possible to maximize casual users' frustration
  704.     levels, calling it Unix as a parody of Multics, as well as other more
  705.     risque allusions. Then Dennis and Brian worked on a truly warped
  706.     version of Pascal, called 'A'. When we found others were actually
  707.     trying to create real programs with A, we quickly added additional
  708.     cryptic features and evolved into B, BCPL and finally C. We stopped
  709.     when we got a clean compile on the following syntax:
  710.  
  711.     for(;P("\n"),R-;P("|"))for(e=C;e-;P("_"+(*u++/8)%2))P("| "+(*u/4)%2);
  712.  
  713.     To think that modern programmers would try to use a language that
  714.     allowed such a statement was beyond our comprehension!  We actually
  715.     thought of selling this to the Soviets to set their computer science
  716.     progress back 20 or more years. Imagine our surprise when AT&T and
  717.     other US corporations actually began trying to use Unix and C!  It has
  718.     taken them 20 years to develop enough expertise to generate even
  719.     marginally useful applications using this 1960's technological parody,
  720.     but we are impressed with the tenacity (if not common sense) of the
  721.     general Unix and C programmer.  In any event, Brian, Dennis and I have
  722.     been working exclusively in Pascal on the Apple Macintosh for the past
  723.     few years and feel really guilty about the chaos, confusion and truly
  724.     bad programming that have resulted from our silly prank so long ago."
  725.  
  726.     Major Unix and C vendors and customers, including AT&T, Microsoft,
  727.     Hewlett-Packard, GTE, NCR, and DEC have refused comment at this time. 
  728.     Borland International, a leading vendor of Pascal and C tools,
  729.     including the popular Turbo Pascal, Turbo C and Turbo C++, stated they
  730.     had suspected this for a number of years and would continue to enhance
  731.     their Pascal products and halt further efforts to develop C.  An IBM
  732.     spokesman broke into uncontrolled laughter and had to postpone a
  733.     hastily convened news conference concerning the fate of the RS-6000,
  734.     merely stating 'VM will be available Real Soon Now'.  In a cryptic
  735.     statement, Professor Wirth of the ETH institute and father of the
  736.     Pascal, Modula 2 and Oberon structured languages, merely stated that P.
  737.     T. Barnum was correct.
  738.  
  739.     In a related late-breaking story, usually reliable sources are stating
  740.     that a similar confession may be forthcoming from William Gates
  741.     concerning the MS-DOS and Windows operating environments.  And IBM
  742.     spokesman have begun denying that the Virtual Machine (VM) product is
  743.     an internal prank gone awry.
  744.     {COMPUTERWORLD 1 April}
  745.     {contributed by Bernard L. Hayes}
  746.  
  747. <><><><><><><><>   VNS Edition : 2336     Tuesday  4-Jun-1991   <><><><><><><><
  748. >
  749.  
  750. -----8<-----snip----------snip----------snip----------snip----------snip-----
  751.  
  752.  
  753.         Real Computer Scientists Don't Write Code 
  754.  
  755.                 Real Computer Scientists don't write code.  They occasionally 
  756.         tinker with programming systems,  but those are so  high  level  that 
  757.         they  hardly  count  (and  rarely count accurately,  precision is for 
  758.         applications).  
  759.  
  760.                 Real  Computer  Scientists  don't  comment  their  code.  The 
  761.         identifiers are so long they can't afford the disk space.  
  762.  
  763.                 Real Computer Scientists don't write the user interface, they 
  764.         merely argue about what they should look like.  
  765.  
  766.                 Real Computer Scientists don't eat quiche. They shun Schezuan 
  767.         food since the hackers discovered it.  Many Real Computer  Scientists 
  768.         consider eating an implementation detail.  (Others break down and eat 
  769.         with the hackers, but only if they can have ice cream for dessert).  
  770.  
  771.                 If it doesn't have a programming  environment  complete  with 
  772.         interactive  debugger,  structure  editor  and extensive cross module 
  773.         type checking,  Real Computer Scientists won't be seen tinkering with 
  774.         it. They may have to use it to balance their checkbooks, as their own 
  775.         systems can't.  
  776.  
  777.                 Real  Computer  Scientists  don't program in assembler.  They 
  778.         don't write in anything less portable than a number two pencil.  
  779.  
  780.                 Real  Computer  Scientists   don't   debug   programs,   they 
  781.         dynamically modify them.  This is safer,  since no one has invented a 
  782.         way to do anything dynamic to FORTRAN, COBOL or BASIC.  
  783.  
  784.                 Real Computer Scientists like C's structured constructs,  but 
  785.         they  are suspicious of it because it's compiled.  (Only Batch Freaks 
  786.         and Efficiency Weirdos  bother  with  compilers,  they're  soooo  un-
  787.         dynamic).  
  788.  
  789.                 Real  Computer Scientists play Go.  They have nothing against 
  790.         the concept of mountain climbing,  but  the  actual  climbing  is  an 
  791.         implementation detail best left to programmers.  
  792.  
  793.                 Real  Computer  Scientists  admire  ADA  for its overwhelming 
  794.         esthetic value, but they find it difficult to actually program in, as 
  795.         it is much too large to implement.  Most  Computer  Scientists  don't 
  796.         notice  this  because they are still arguing over what else to add to 
  797.         ADA.  
  798.  
  799.                 Real Computer Scientists work from  5  pm  to  9  am  because 
  800.         that's the only time they can get the 8 megabytes of main memory they 
  801.         need  to  edit specs.  (Real work starts around 2 am when enough MIPS 
  802.         are free for their dynamic systems). Real Computer Scientists find it 
  803.         hard to share 3081s when they are doing 'REAL' work.  
  804.  
  805.                 Real Computer Scientists only write specs for languages  that 
  806.         might  run on future hardware.  Nobody trusts them to write specs for 
  807.         anything Homo Sapiens will ever be able to fit on a single planet.  
  808.  
  809.                 Real Computer Scientists like planning their own environments 
  810.         to use bit mapped graphics.  Bit mapped graphics is great because  no 
  811.         one can afford it, so their systems can be experimental.  
  812.  
  813.                 Real Computer Scientists regret the existence of PL/1, PASCAL 
  814.         and  LISP.  ADA is getting there,  but it still allows people to make 
  815.         mistakes.  
  816.  
  817.                 Real Computer Scientists love the concept of users. Users are 
  818.         always real impressed by the stuff computer  scientists  are  talking 
  819.         about;  it sure sounds better than the stuff they are being forced to 
  820.         use now.  
  821.  
  822.                 Real Computer Scientists despise the idea of actual hardware.  
  823.         Hardware has limitations,  software doesn't.  It's a real shame  that 
  824.         Turing machines are so poor at I/O.  
  825.  
  826.                 Real Computer Scientists love conventions. No one is expected 
  827.         to lug a 3081 attached to a bit map screen to a convention, so no one 
  828.         will ever know how slow their systems run.
  829.  
  830.  
  831.  
  832.         Real Software Engineers Don't Read Dumps
  833.  
  834.                 Real Software Engineers don't read dumps. They never generate 
  835.         them,  and on the rare occasions that they come across them, they are 
  836.         vaguely amused.  
  837.  
  838.                 Real  Software  Engineers  don't  comment  their  code.   The 
  839.         identifiers are so mnemonic they don't have to.  
  840.  
  841.                 Real  Software  Engineers  don't write applications programs, 
  842.         they implement algorithms.  If someone has an  application  that  the 
  843.         algorithm might help with,  that's nice.  Don't ask them to write the 
  844.         user interface, though.  
  845.  
  846.                 Real Software Engineers eat quiche.  
  847.  
  848.                 If it doesn't have recursive function  calls,  Real  Software 
  849.         Engineers don't program in it.  
  850.  
  851.                 Real  Software  Engineers  don't  program in assembler.  They 
  852.         become queasy at the very thought.  
  853.  
  854.                 Real Software Engineers don't  debug  programs,  they  verify 
  855.         correctness.  This  process  doesn't  necessarily  involve  executing 
  856.         anything on a computer, except perhaps a Correctness Verification Aid 
  857.         package.  
  858.  
  859.                 Real Software Engineers like C's structured  constructs,  but 
  860.         they  are  suspicious  of it because they have heard that it lets you 
  861.         get "close to the machine." 
  862.  
  863.                 Real Software Engineers play tennis.  In general,  they don't 
  864.         like  any  sport  that involves getting hot and sweaty and gross when 
  865.         out of range of a shower. (Thus mountain climbing is Right Out). They 
  866.         will occasionally wear their tennis togs to work,  but only  on  very 
  867.         sunny days.  
  868.  
  869.                 Real  Software Engineers admire PASCAL for its discipline and 
  870.         Spartan purity,  but they find it difficult to actually  program  in.  
  871.         They  don't  tell  this to their friends,  because they are afraid it 
  872.         means they are somehow Unworthy.  
  873.  
  874.                 Real Software Engineers work from 9 to 5, because that is the 
  875.         way the job is described in the formal spec.  Working late would feel 
  876.         like using an undocumented external procedure.  
  877.  
  878.                 Real  Software  Engineers  write  in  languages that have not 
  879.         actually been implemented for any machine,  and for  which  only  the 
  880.         formal  spec  (in  BNF) is available.  This keeps them from having to 
  881.         take any machine dependencies into account. Machine dependencies make 
  882.         Real Software Engineers very uneasy.  
  883.  
  884.                 Real Software Engineers  don't  write  in  ADA,  because  the 
  885.         standards bodies have not quite decided on a formal spec yet.  
  886.  
  887.                 Real  Software  Engineers  like  writing their own compilers, 
  888.         preferably in PROLOG (they also like writing  them  in  unimplemented 
  889.         languages, but it turns out to be difficult to actually RUN these).  
  890.  
  891.                 Real  Software  Engineers  regret  the  existence  of  COBOL, 
  892.         FORTRAN and BASIC;  PL/1 is getting  there,  but  it  is  not  nearly 
  893.         disciplined enough; far too much built-in function.  
  894.  
  895.                 Real  Software Engineers aren't too happy about the existence 
  896.         of users, either. Users always seem to have the wrong idea about what 
  897.         the implementation and verification of algorithms is all about.  
  898.  
  899.                 Real  Software  Engineers  don't  like  the  idea   of   some 
  900.         inexplicable  and  greasy  hardware several aisles away that may stop 
  901.         working at any moment. They have a great distrust of hardware people, 
  902.         and wish that systems could be virtual at ALL levels. They would like 
  903.         personal computers (you know no one's going to  trip  over  something 
  904.         and kill your DFA in mid-transit),  execpt that they need 8 megabytes 
  905.         to run their Correctness Verification Aid packages.  
  906.  
  907.                 Real Software Engineers think better while  playing  WFF  'N' 
  908.         PROOF.  
  909.  
  910.  
  911.         Real Programmers Don't Write Specs.
  912.  
  913.                 Real  Programmers  don't write specs -- users should consider 
  914.         themselves lucky to get any programs at all and take what they get.  
  915.  
  916.                 Real Programmers don't comment their code.  If it was hard to 
  917.         write, it should be hard to understand.  
  918.  
  919.                 Real  Programmers  don't  write  application  programs,  they 
  920.         program down to the bare metal.  Application programming is for feebs 
  921.         who can't do systems programming.  
  922.  
  923.                 Real  Programmers  don't eat quiche.  They eat Twinkies,  and 
  924.         Szechwan food.  
  925.  
  926.                 Real Programmers don't write in COBOL.  COBOL  is  for  wimpy 
  927.         applications programmers.  
  928.  
  929.                 Real Programmers' programs never work right the  first  time.  
  930.         But if you throw them on the machine they can be patched into working 
  931.         in "only a few" 30-hour debugging sessions.  
  932.  
  933.                 Real Programmers don't write in FORTRAN.  FORTRAN is for pipe 
  934.         stress freaks and crystallography weenies.  
  935.  
  936.                 Real  Programmers don't work 9 to 5.  If any Real Programmers 
  937.         are around at 9 AM, it's because they were up all night.  
  938.  
  939.                 Real  Programmers  don't  write  in   BASIC.   Actually,   no 
  940.         programmers write in BASIC, after the age of 12.  
  941.  
  942.                 Real Programmers don't write in PL/1. PL/1 is for programmers 
  943.         who can't decide whether to write in COBOL or FORTRAN.  
  944.  
  945.                 Real Programmers don't write in APL.  Any fool can be obscure 
  946.         in APL.  
  947.  
  948.                 Real Programmers don't play tennis,  or any other sport  that 
  949.         requires  you  to change clothes.  Mountain climbing is OK,  and Real 
  950.         Programmers wear their climbing boots to  work  in  case  a  mountain 
  951.         should suddenly spring up in the middle of the machine room.  
  952.  
  953.                 Real Programmers don't write in PASCAL,  or BLISS, or ADA, or 
  954.         any of those pinko computer science languages.  Strong typing is  for 
  955.         people with weak memories.  
  956.  
  957.                 Real Programmers know better than the users what they need.  
  958.  
  959.                 Real  Programmers think structured programming is a communist 
  960.         plot.  
  961.  
  962.                 Real Programmers  don't  use  schedules.  Schedules  are  for 
  963.         manager's  toadies.  Real  Programmers like to keep their managers in 
  964.         suspense.  
  965.  
  966.                 Real Programmers think better while playing ADVENTURE.  
  967.  
  968.                 Real Programmers do it middle-out.  
  969.  
  970.                 Real Programmers enjoy machine coding  PASCAL  compilers  for 
  971.         their micros which they improve but never use.  
  972.                 or
  973.                 Real Programmers enjoy getting CP/M to work on  370  machines 
  974.         and MVS on their ZX81s.  
  975.  
  976.                 Real  Programmers  write their own assemblers,  preferably in 
  977.         LISP.  
  978.  
  979.                 Real Programmers never get annoyed by security systems,  they 
  980.         turn  off  the  RACF bits and leave unsigned messages in the security 
  981.         data sets.  
  982.  
  983.                 Real Programmers never update the source to reflect the ZAPs, 
  984.         after all, it will have changed again tomorrow.  
  985.  
  986. -- 
  987. Michael Krus.                     Email : krus@cs.concordia.ca
  988. Concordia University                Universite d'Orsay - Paris XI
  989. Montreal, Canada                            Paris, France
  990. Tonight's the night: Sleep in a eucalyptus tree.
  991.