home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / prolog / 1432 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.2 KB  |  31 lines

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