home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / TEXT / PROG.TXT < prev    next >
Encoding:
Text File  |  1992-04-19  |  2.6 KB  |  60 lines

  1. The proliferation of modern programming languages (all of which seem to 
  2. have stolen countless features from one another) sometimes makes it difficult 
  3. to remember what language you're currently using.  This quide is offered 
  4. as a service to help programmers who find themselves in such dilemmas.
  5.  
  6. C: You shoot yourself in the foot.
  7.  
  8. C++: You accidently create a dozen instances of yourself and
  9. shoot them all in the foot.  Providing emergency medical assistance is 
  10. impossible since you can't tell which are bitwise copies and which are 
  11. just pointing at others and saying, "That's me, over there."
  12.  
  13. FORTRAN: You shoot yourself in each toe, iteratively, until you run out 
  14. of toes, then you read in the next foot and repeat.  If you run out of 
  15. bullets, you continue anyway because you have no exception-handling ability.
  16.  
  17. Modula-2: After realizing that you can't actually accomplish anything 
  18. in this language, you shoot yourself in the head.
  19.  
  20. COBOL: USEing a COLT 45 HANDGUN, AIM gun at LEG.FOOT, THEN place
  21. ARM.HAND.FINGER on HANDGUN.TRIGGER and SQUEEZE.  THEN return HANGUN to
  22. HOLSTER. CHECK whether shoelace needs to be retied.
  23.  
  24. BASIC: Shoot yourself in foot with water pistol.  On big systems, continue 
  25. until entire lower body is waterlogged.
  26.  
  27. FORTH: Foot in yourself shoot.
  28.  
  29. APL: You shoot yourself in the foot, then spend all day figuring out how 
  30. to do it fewer characters.
  31.  
  32. Pascal: The compiler won't let you shoot yourself in the foot.
  33.  
  34. Concurrent Euclid: You shoot yourself in somebody else's foot.
  35.  
  36. Motif: You spend days writing a UIL description of your foot, the trajectory,
  37. the bullet, and the intricate scrollwork on the ivory handle of the gun.  When
  38. you finally get around to pulling the trigger, the gun jams.
  39.  
  40. Unix: % ls foot.c foot.h foot.o toe.c toe.o % rm *.o rm: .o:
  41. No such file or directory % ls %
  42.  
  43. XBase: Shooting yourself is no problem.  If you want to shoot yourself in
  44. the foot, you'll have to use Clipper.
  45.  
  46. Paradox: Not only can you shoot yourself in the foot, your users can too.
  47.  
  48. Reveration: You'll be able to shoot yourself in the foot just as soon 
  49. as you figure out what all these bullets are for.
  50.  
  51. Visual Basic: You'll shoot yourself in the foot, but you'll have so much 
  52. fun doing it that you won't care.
  53.  
  54. Prolog: You tell your program you want to be shot in the foot.  The program 
  55. figures out how to do it, but the syntax doesn't allow it to explain.
  56.  
  57. 370 JCL: You send your foot down to MIS with a 4000-page document explaining 
  58. how you want it to be shot.  Three years later, your foot comes back deep-
  59. fried.
  60.