home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / ada / AdaDesc_tx
Encoding:
Text File  |  1994-10-16  |  1.8 KB  |  42 lines

  1. Announcing Ada for RISC OS Release 2
  2. ====================================
  3.  
  4. Ada/Ed is a translator-interpreter for Ada. It is intended as a teaching
  5. tool, and does not have the capacity, performance,  or robustness of 
  6. commercial Ada compilers. Ada/Ed was developed at New York University, as
  7. part of a long-range project in language definition and software
  8. prototyping. Ada/Ed is now available *free* for machines running RISC OS and
  9. is covered by the GNU GPL.
  10.  
  11. Ada/Ed also allows interworking with C by linking the interpreter against
  12. your new C code. I first built the system on an ARM 2 A3000 with 4MB and was
  13. able to compile and run Ada code quite happily. I haven't checked whether
  14. the system will work on 1MB or 2MB systems, though it should work without
  15. too much trouble. I now have a Risc PC and it works superbly on that.
  16.  
  17. Ada code is converted into a virtual machine language which is intepreted
  18. and runs at a reasonable speed. There is limited debugger support as
  19. provided by NYU, certainly no interactive window based debugger. Basically,
  20. the debugger provides a trace of the lines being interpreted.
  21.  
  22. Ada/Ed is available from HENSA (ftp micros.hensa.ac.uk) in the directory
  23. /micros/arch/riscos/c/c052. The archive is 852K and includes the executables
  24. for Ada/Ed and some sample Ada code.
  25.  
  26. Note, all email regarding Ada/Ed for RISC OS should be sent to me at
  27. adaed@arcangel.demon.co.uk, rather than my standard email address or NYU.
  28. Alternatively, I can be contacted as user 943 on Arcade.
  29.  
  30. New for this release
  31. ====================
  32.  
  33. This version is based upon version 1.11.2 from NYU. Various bugs have been
  34. fixed since version 1.11.0a which was used for the first port to RISC OS.
  35.  
  36. There is also support for compiling and linking Ada programs by using the
  37. DDE frontend tools and throwback of error messages is now provided.
  38.  
  39. regards,
  40. Pete
  41. -- E-Mail : adaed@arcangel.demon.co.uk
  42.