home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.prolog
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!oruiz
- From: oruiz@uxa.cso.uiuc.edu (ruiz oscar eduardo)
- Subject: Objects in Prolog
- Message-ID: <Brqx2G.30y@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Date: Tue, 21 Jul 1992 15:44:39 GMT
- Keywords: Prolog, Objects, C++
- Lines: 19
-
- I have been writing C++ code for geometric objects as part of a geometric
- reasoning package. Now I need to use Prolog capabilities to dynamically
- define predicates about geometric properties of objects. These predicates
- should use as support the functions and routines I have written in C++.
- My questions:
- 1. Is there a way to "link" external functions to Prolog code?
- 2. Is there a way to force Prolog to hande lists of Objects?
- For example, can I handle lists of records?
- 3. Is there anywhere a source code (commented if possible) of a prolog
- interpreter?
- 4. Any books/articles I should read to scratch my ignorance??
-
- Please address replys to any of these :
- oscar@meibm4.cen.uiuc.edu
- oruiz@uxa.cso.uiuc.edu
- oruiz@lebesgue.me.uiuc.edu
-
- or, reply to this article.
- Thanks. Oscar E. RUiz S.
-