home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13379 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.6 KB  |  67 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!tubsibr!duening
  3. From: duening@ibr.cs.tu-bs.de (Lars Duening)
  4. Subject: Re: Amiga-Oberon (please ignore preceding post *blush*)
  5. Message-ID: <1992Sep15.114649.28731@ibr.cs.tu-bs.de>
  6. Sender: postnntp@ibr.cs.tu-bs.de (nntp inews entry)
  7. Reply-To: duening@ibr.cs.tu-bs.de (Lars Duening)
  8. Organization: TU Braunschweig, Informatik (Bueltenweg), Germany
  9. References: <1992Sep15.042256.7973@hemlock.cray.com>
  10. Date: Tue, 15 Sep 1992 11:46:49 GMT
  11. Lines: 54
  12.  
  13. ( Sorry, previous post used the wrong file. )
  14.  
  15. Recently pooler@aix02.ecs.rpi.edu (Robert Peter Poole) and 
  16. James_Coulter@panam.wimsey.bc.ca (James Coulter) asked for information
  17. about Amiga-Oberon.
  18.  
  19. Amiga-Oberon (now in version 2.13) is written by Fridtjof Siebert and
  20. sold by a swiss company:
  21.  
  22.     A+L AG.
  23.     Daederiz 61
  24.     CH-2540 Grenchen
  25.     Switzerland
  26.     Phone: (+41) 065/52 03 11
  27.  
  28. and costs US-$ 246 for the compiler package, and additional US-$ 165
  29. for the run-time debugger (prices w/o VAT or customs).
  30. For about US-$ 50 per year you get free minor updates and cheaper
  31. major updates. 
  32. Payment may be done in advance or (at least within Europe) by COD.
  33. Unfortunately they have no distributor in the USA (don't know of the
  34. other countries).
  35. The compiler is sold in german and english versions.
  36.  
  37. Amiga-Oberon implements 'revised Oberon' (an update to Oberon-2 is
  38. said to be in preparation) with Amiga-specific extensions (e.g. BPTRs;
  39. extendable STRUCTures w/o type information; support of multi-language
  40. development; direct access to memory locations). 
  41. The compiler especially knows how to call the .libraries directly with
  42. arguments placed in registers. This feature may also be used for own
  43. programs/.libraries. 
  44. It has complete Amiga-OS 2.0 support.
  45. The compiler runs fast, and produces good, fast code. I experienced no
  46. bugs so far.
  47. The default runtime system catches in cooperation with the runtime
  48. checks within the code almost all potential gurus. 
  49.  
  50. Included with the compiler is a customizable editor, which allows to
  51. call compiler and linker from within, linker (of course), a special
  52. make, a special linker for .libraries and .devices, and the complete
  53. sources of the .library-interface and the runtime modules.
  54.  
  55. The additional debugger allows runtime source debugging quite
  56. comfortably. With it come some other smalls utils (cross reference,
  57. disassembler).
  58.  
  59. Personally I recommend the compiler.
  60. If you want to take a look at actual sources, try the AMOK-PD disks
  61. (available at least on athene.uni-paderborn.de, /pcsoft/amiga/amok).
  62.  
  63.  -- Lars
  64.  
  65. ..oh, yes, the disclaimer: I am not involved with the company, except
  66. that I am satisfied customer.
  67.