home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / prolog / 2219 next >
Encoding:
Text File  |  1992-12-11  |  951 b   |  25 lines

  1. Newsgroups: comp.lang.prolog
  2. Path: sparky!uunet!infonode!ingr!capalo!quintus!quintus!pds
  3. From: pds@quintus.com (Peter D. Schachte)
  4. Subject: Re: Array implementations?
  5. Message-ID: <1992Dec11.214051.16892@quintus.com>
  6. Sender: news@quintus.com (USENET news account)
  7. Nntp-Posting-Host: sirius
  8. Organization: Quintus Corporation, Palo Alto, CA
  9. References:  <1g37l6INN4vk@agate.berkeley.edu>
  10. Date: Fri, 11 Dec 1992 21:40:51 GMT
  11. Lines: 12
  12.  
  13. In article <1g37l6INN4vk@agate.berkeley.edu>, davids@ICSI.Berkeley.EDU (David Petrie Stoutamire) writes:
  14. > What is the best way to represent arrays in prolog?
  15.  
  16. You don't say what Prolog you're using, nor what you want to put in your
  17. arrays, but the Quintus Prolog library includes the Structs package,
  18. which gives you efficient access to (and modification of) C-style data
  19. structures, including arrays.  I'd be happy to give you details if
  20. this sounds like it might fit your needs.
  21.  
  22. -- 
  23. -Peter Schachte
  24. pds@quintus.com
  25.