home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / scheme / 2561 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  3.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ucbvax!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: brianbec@microsoft.COM (Brian Beckman, ATBD)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Abstraction versus Concretization (was Case...)
  5. Message-ID: <9211071240.aa12223@ingate.microsoft.COM>
  6. Date: 7 Nov 92 19:30:42 GMT
  7. Sender: root@athena.mit.edu (Wizard A. Root)
  8. Organization: The Internet
  9. Lines: 63
  10.  
  11. Ian Joyner writes:
  12.  
  13. |Date: 2 Nov 92 08:35:54 GMT
  14. |From: Ian Joyner <ian@syacus.acus.oz.au>
  15. |Organization: ACUS Australian Centre for Unisys Software, Sydney
  16. |Subject: Case sensitivity
  17. |Message-Id: <1992Nov2.083554.1548@syacus.acus.oz.au>
  18. |In-Reply-To: <OZ.92Nov1005201@ursa.sis.yorku.ca>
  19. |To: scheme@mc.lcs.mit.edu
  20. |
  21. |barmar@think.com (Barry Margolin) writes:
  22. |
  23. [...]
  24. |
  25. |This is quite often what makes mathematics difficult to read.  I
  26. |recently review quite a good paper, and the recommendation I made to the
  27. |authors was in one the the mathematical sections to cut out all the
  28. |subscripts, etc.  It made it so much more readable.  So if these devices
  29. |are not needed don't use them.
  30. [...]
  31.  
  32. Ian is on to something interesting.
  33. It seems to me to be canonical in mathematics to write in a highly 
  34. abstract and stylized way.  Computer programs, perforce, are also 
  35. written in this way.  The concrete realizations are usually packaged in 
  36. input data.  To understand highly abstract papers, readers must 
  37. construct their own examples, then generalize back to the abstraction 
  38. in the paper and check for a match.  If match then enlightenment, else 
  39. try to cook up more examples, i.e., try to concretize the abstractions. 
  40.  This process explains to me why reading some mathematical papers, and, 
  41. likewise, READING OTHER PEOPLE'S PROGRAMS, takes so long.
  42.     I think everybody's mental abstraction engine works better than 
  43. his/her concretization engine because abstraction is a straight and 
  44. narrow path whereas concretization is an open door to a Universal 
  45. search space.  It requires insight and hard work.  When I have a 
  46. difficult program to read, I need to execute it on examples, 
  47. single-step it, trace it, watch it in action, to achieve enlightenment. 
  48.  If I'm lucky or smart, I can come up with example inputs myself.  
  49. Often I have to pester the author for input data.  I claim this 
  50. activity is just computer-aided mathematics.
  51.     There seems to be a kind of unwritten understanding in mathematics.  
  52. When one joins the club, one understands that writers and editors prune 
  53. papers so that just the abstract essence remains, and it is supposed to 
  54. be a fun puzzle or a nasty IQ test, depending on your point of view, to 
  55. figure out what a paper means.  Many people just use papers to decide 
  56. what conferences and talks to go to: that's where a lot of mathamatics 
  57. is done.  Very few authors have achieved the stature to be allowed to 
  58. publish lavish examples, because they take up a lot of space.  The 
  59. papers of these authors are often a joy to read, not least because of 
  60. the presence of examples.  Publishing enjoyable papers just increases 
  61. one's stature, naturally.
  62.     Of course, textbooks is where examples and puzzles-with-answers, aka 
  63. exercises, get published.  That's why Abelson & Sussman's "Structure 
  64. and Interpretation of Computer Programs" and Graham, Knuth, & 
  65. Patashnik's "Concrete Mathematics", etc. are so good.  They show you 
  66. how to play the level-lowering and level-raising game yourself.
  67.  
  68. [...]
  69.  
  70. |Ian Joyner  ACUS (Australian Centre for Unisys Software)    ian@syacus.acus.oz
  71. |"Where is the man with all the great directions?...You can't imagine it,
  72. | how hard it is to grow, Can you imagine the order of the universe?" ABWH
  73. |Disclaimer:Opinions and comments are personal.
  74.