home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / b / supergram / Docs / History < prev    next >
Text File  |  1993-11-22  |  1KB  |  38 lines

  1. HISTORY OF SUPERGRAM
  2.  
  3. Version 1.00 January 1988
  4. Small C program written to teach myself the C language. It ran under
  5. UNIX and did a brute-force search using the lexicon in /etc/words. Printed
  6. out all collections of English words that formed anagrams. No other refinements.
  7.  
  8. Version 2.00 March 1989
  9. Completely recoded in BBC BASIC on an Arthur Archimedes. Had some understanding
  10. of word frequencies and a few specialist dictionaries. Kept best scoring
  11. words in buffer.
  12.  
  13. Version 3.00 January 1990
  14. Large sections recoded in ARM assembly language for speed. Extra features
  15. added and dictionaries improved.
  16.  
  17. Version 4.00 April 1990
  18. Adapted to run under RISC OS in a window. The first complete Desktop program
  19. I wrote. Additional improvements. Lots of work on dictionaries.
  20.  
  21. Version 4.11 August 1991
  22. Minor changes made and released as a freeware application into the Archimedes
  23. world.
  24.  
  25. Version 5.00 September 1993
  26. Completely rewritten in C with a view to producing a Microsoft Windows
  27. version. Took advantage of what I learnt in my now-completed computer
  28. science degree to completely polish the searching algorithm (which now
  29. runs around ten times faster than version 4 and around 1000 times faster
  30. than version 1 without resorting to assembler). The skills I learnt when 
  31. writing Cyber Chess were put to good effect to improve the user interface
  32. Further large improvements to the dictionaries & extra features.
  33.  
  34. Version 5.10 October 1993
  35. First release of Supergram II.
  36.  
  37.  
  38.