home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / ada / 2620 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.4 KB  |  28 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!widget!brandon
  3. From: brandon@evb.com (Brandon Goldfedder)
  4. Subject: Re: GRACE information wanted
  5. Message-ID: <1992Sep15.154254.21274@evb.com>
  6. Organization: EVB Software Engineering, Inc.
  7. Date: Tue, 15 Sep 1992 15:42:54 GMT
  8. Lines: 18
  9.  
  10. GRACE is a library of production-ready reusable Ada software components,
  11. provided in source code form.  These components were developed by EVB
  12. Software Engineering.  GRACE stands for Generic Reusable Ada Components
  13. for Engineering.  These components consist of 23 families of abstractions (such
  14. as Stack, Doubly-Linked-List, B-Tree, Binary_Search_Tree, etc.) in multiple
  15. forms.  The forms address time and space issues.  For example, switching from
  16. a Bounded_Stack designed to run in a sequential environment (no tasking) to
  17. an Unbounded_Stack designed to run in a multi-processor tasking environment can
  18. be done by changing a few lines of code.  This allows an implementation to 
  19. choose the proper form of the abstraction to address current needs allowing
  20. future requirements to be met.
  21.  
  22. For more information on GRACE, contact jenny@evb.com 
  23. -- 
  24. The basic idea behind malls is that they are more convenient than
  25. cities.  Cities contain streets, which are dangerous and crowded and
  26. difficult to park in.  Malls, on the other hand, have parking lots,
  27. which are also dangerous and crowded and difficult to park in, but --
  28.