home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / useful / reviews / software / programmer / amos < prev    next >
Internet Message Format  |  1992-05-06  |  13KB

  1. From: comp.sys.amiga.reviews Moderator <amiga-reviews@math.uh.edu>
  2. Organization: The Amiga Online Review Column - ed. Jason L. Tibbitts III
  3. Subject: REVIEW: AMOS: The Creator
  4. Keywords: language, basic, amos, commercial
  5. Path: karazm.math.uh.edu!amiga-reviews
  6. Distribution: world
  7. Newsgroups: comp.sys.amiga.reviews
  8. Followup-To: comp.sys.amiga.programmer
  9. --text follows this line--
  10. [This was sent to me by Charles Hill of AMReport fame.  The last working
  11. address I have for him is: Charles Hill/InfoTrak
  12. <76370.3045@compuserve.com>. -JLT3]
  13.  
  14. AMOS: The Creator is a BASIC package published by Mandarin Software of
  15. the U.K. and written by Francois Lionet of France.  AMOS is considered
  16. the single best-selling non-game Amiga software to date with over 40,000
  17. copies sold worldwide.
  18.  
  19. AMOS itself was created using the DevPac II Assembler; DPaint III;
  20. Pix Mate; Cross-DOS and Mini Office Pro Communications.
  21.  
  22. AMOS is a rewrite of the best-selling Atari ST BASIC language, STOS:
  23. The Game Creator.  When AMOS was finished, the word "game" was removed
  24. because the resulting program was so powerful.  Or so the manual says.
  25.  
  26.  
  27.                                  B.A.S.I.C.
  28.  
  29. Beginner's All-purpose Symbolic Instruction Code (BASIC) was one of the
  30. first languages most people were introduced to programming on.  Versions
  31. of BASIC were included with the Commodore 64 and 128; the IBM PC and
  32. clones; the Atari ST and the early Amiga (until it was replaced by
  33. Amiga Vision).
  34.  
  35. BASIC is usually the language taught in high school programming classes
  36. as well as introductory computer classes for non-computer majors in
  37. college.  BASIC is simple to learn and simple to use.  It is estimated
  38. that there is more BASIC coded programs laying around on PCs than in
  39. any other language.  BASIC is estimated to rank number two in programming
  40. language of choice on all mainframe, mini and microcomputers -- after
  41. Cobol.  [Ed. -- Before anyone comes ranting & raving to me about how
  42. many 'C' and assembly programs there are, I just report 'em as I read
  43. 'em.  The study in question was done by the U.S. Gov't in 1989.  I don't
  44. have any further information.]
  45.  
  46. BASIC can be either interpreted, where the BASIC interpreter itself must
  47. be in memory; or compiled into executable code.  Compiled programs are
  48. usually much faster to execute than interpreted programs.
  49.  
  50. BASIC has not only garnered itself a reputation for simplicity, it has
  51. also gotten a reputation as a language suitable only for very small,
  52. very text-oriented programs that do not need to be speedy.  Now, however,
  53. a new breed of BASIC is stepping forth and shaking off the old image
  54. of sluggish reactions.  Borland's Turbo BASIC for MS/PC-DOS based machines
  55. can compile BASIC code which will execute at speeds comparable to Pascal,
  56. Modula or even C program.  AMOS is part of this breed.
  57.  
  58. Most people have relegated BASIC to the classroom because of this lack
  59. of speed and its simplicity in commands.  High-level languages (those
  60. most resembling English) usually have high overhead, which causes the
  61. slow execute speeds.  However, this is a fault of the complier or
  62. interpreter, not BASIC itself.  A good BASIC compiler can compile programs
  63. that will run head-to-head with compiled C programs.
  64.  
  65. This is the reason that Mandarin wanted the word "game" out of the program's
  66. name.  This is also something the user must get through his/her head so
  67. AMOS can be looked at as a serious programming language and not "oh, it's
  68. just another BASIC <yech!>".
  69.  
  70.  
  71.  
  72.                                  THE CREATOR
  73.  
  74. AMOS comes in three packages.  The first is The Creator, which contains
  75. AMOS itself (v1.2), the editors, interpreter, tools and a number of
  76. example programs.  AMOS: The Compiler is a compiler for AMOS programs
  77. and an update to the main program (v1.3).  AMOS-3D is another update
  78. to the main program (v1.3+) and a 3D modeler and manipulator.  The Compiler
  79. and 3D will be dealt with in separate articles.  It should be noted that
  80. while The Creator will run without the other two packages, the Compiler
  81. and AMOS-3D require The Creator to run.
  82.  
  83.  
  84.  
  85.                                  THE MANUAL
  86.  
  87. The AMOS manual is for version 1.0 and was written using WriteNow on a
  88. Macintosh and set up with Pagemaker.
  89.  
  90. The manual contains twenty-two chapters ranging from an introduction
  91. to using machine language with AMOS.  
  92.  
  93. The manual is chock full of examples and the longer examples are included
  94. on one of the three disks.  Examples are numerous and as far as I can
  95. tell, they all work like they should.
  96.  
  97. The manual is written the The Queen's English, so some of the terms
  98. will be foreign to Americans.  The manual is thoroughly understandable
  99. and if you know BASIC from somewhere else, you will breeze through it.
  100. (It took me less than four hours to read the entire 290+ pages -- most
  101. of it was a refresher course.  That time includes trying a few examples.)
  102.  
  103. Americans/Canadians be prepared for a small shock.  AMOS was originally
  104. written for PAL systems (okay, so you Canadians get off there!) and for
  105. a European audience.  Nowhere will you find a reference to a "monitor",
  106. though there are numerous points on hooking your Amiga up to a T.V.
  107. The entire manual was written with the following configuration in mind:
  108.  
  109.         Amiga 500 w/512k; one floppy drive and an RF hookup.
  110.  
  111. Actually, the entire *program* was written with that configuration in
  112. mind, so if you have a hard drive or extra RAM you're going to have to
  113. jump through hoops to get a setup you like.
  114.  
  115. The manual is good.  It is complete and has useful and fun examples.
  116. There is a companion pamphlet that brings the manual up to date with
  117. version 1.2 and all the accessories.
  118.  
  119. Oh, the manual makes many references of things being done 50 times a
  120. second.  I assume that this is derived from the 50 cycle clock used
  121. in Europe and that it is 60 times a second for U.S. systems, but I
  122. have not confirmed this.
  123.  
  124.  
  125.  
  126.                                  THE EDITOR
  127.  
  128. The editor is a full screen editor that bears most resemblance to the
  129. Commodore 64 interface.  It is not Intuition-based and while it is
  130. nice, it take a LOT of getting used to.  AMOS, however, can import ASCII
  131. code so you can use whatever editor you wish.
  132.  
  133. Everything is in 320x200 lores to save RAM and on my system, just a tad
  134. off-center.  (Remember, this is not an Intuition screen -- fiddling with
  135. Preferences doesn't do a thing.)
  136.  
  137. Most commands are mapped to function keys and work smoothly.  AMOS uses
  138. the ALT, SHIFT, CTRL, Left-AMIGA and Right-Amiga to delimit function
  139. keys.  That makes for 60 function keys!
  140.  
  141. The editor has two modes.  Direct and edit.  In edit, you are in a text
  142. editor designed to support AMOS.  The concept is similar to LSE with
  143. Lattice/SAS C and seems to work fine.  Direct mode is where you enter
  144. a command, hit <CR> and it does it.
  145.  
  146. AMOS itself is wierd in multi-tasking.  Want to switch back to the
  147. Workbench?  Hit Left-AMIGA-A.  You read that right.  After that, you
  148. are in Workbench and whatever else you had.  From there, the normal
  149. LA-N and LA-M will switch between non-AMOS tasks like normal.  Want to
  150. get back to AMOS?  Left-AMIGA-A again.  Strange.
  151.  
  152.  
  153.  
  154.                                 THE LANGUAGE
  155.  
  156. AMOS is BASIC all right.  Most of the commands are very familiar and
  157. those that are not are very similar to what you would expect a BASIC 
  158. command to look like.
  159.  
  160. AMOS has over 500 commands.  That's a lot.  More than a few of those
  161. are specialized in dealing with graphics, sound, animation and effects.
  162. Commands for manipulating sprites, bobs, SMUS files, NT files, screens
  163. and windows abound.  Want a screen opened?  Type:
  164.  
  165.  SCREEN OPEN 0,320,200,32,Lowres
  166.  
  167. and damned if a lores 32-color screen doesn't open!
  168.  
  169. There are commands for handling split screens; super-bitmap screens;
  170. extra half-brite, HAM, scrolling screens; double buffered screens, 
  171. sprites, bobs; loading and saving portions or entire screens, bobs,
  172. sprites; dual playfields; animation; music; sound effects; menus;
  173. windows; file requesters; file access and more.
  174.  
  175. There are a few things missing in v1.2.  For instance, there is no
  176. provision for opening an interlaced screen!  How this was overlooked
  177. I'll never know, but all screens are only 200 lines high (25