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