home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / ada / 3800 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.0 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!julienas!newsserver!geant!courtel
  2. From: courtel@cenatls.cena.dgac.fr (Nicolas Courtel)
  3. Newsgroups: comp.lang.ada
  4. Subject: Announcing PARADISE version 3.0
  5. Message-ID: <1992Dec22.134206.5394@cenatls.cena.dgac.fr>
  6. Date: 22 Dec 92 13:42:06 GMT
  7. Sender: news@cenatls.cena.dgac.fr
  8. Organization: Centre d'Etudes de la Navigation Aerienne, Toulouse, France
  9. Lines: 37
  10.  
  11.  
  12. Paradise is a set of Ada packages intended to provide an interface to the Unix
  13. operating system, and more specifically to the communication routines, that
  14. are accessed via file descriptors. It lets the Ada programmer use files, pipes,
  15. and sockets, as well as signals, error codes, environment variables, etc...,
  16. using an interface that looks as much as possible like the C interface.
  17.  
  18. Paradise supports multi-tasking: any input or output is blocking for the
  19. calling task only, and not for the entire process.
  20.  
  21. Paradise is intended to be system-independant and compiler-independant; so far,
  22. it works on two environments:
  23. - SunOS (Sparc) and Verdix compiler
  24. - HP-UX (HP9000/700) and Alsys compiler
  25.  
  26. This version of Paradise is very different from the previous versions:
  27. - it is not compatible
  28. - it has not been ported on the same environments
  29. - it does not work the same way
  30. However, it does offer about the same functionalities, and a porting manual
  31. is provided in the documentation.
  32.  
  33. For people who would like to port it to other environments, informations on
  34. portability are displayed inside the code. A programmer's guide should appear
  35. in future versions.
  36.  
  37. The source code is available on ftp.cenatls.cena.dgac.fr, in directory
  38. pub/export:
  39. -rw-r--r--  1 50       32         241167 Dec 22 13:10 paradise-3.0.tar.Z
  40.  
  41. Send all comments, bug reports, patches to "paradise@cenatls.cena.dgac.fr".
  42. (I won't read them before next year, though :-)
  43. --
  44. Nicolas Courtel - courtel@dgac.fr
  45.  
  46. >>>        The goal of science is to build better mousetraps.         <<<
  47. >>>            The goal of nature is to build better mice.            <<<
  48.