home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / prolog / 2037 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1023 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!doc.ic.ac.uk!uknet!edcastle!ainsjc
  2. From: ainsjc@castle.ed.ac.uk (Network News)
  3. Newsgroups: comp.lang.prolog
  4. Subject: SB-Prolog and Sicstus
  5. Message-ID: <27836@castle.ed.ac.uk>
  6. Date: 6 Nov 92 17:36:36 GMT
  7. Organization: Edinburgh University
  8. Lines: 17
  9.  
  10.  
  11. I'm trying to port a large program for Sicstus (well, originally for NIP
  12. but now running under Sicstus) to SB-Prolog. Given that I move stuff
  13. back and forth between the two Prologs a lot, ideally I'd like to add to
  14. SB-Prolog to include some missing Sicstus commands.
  15.  
  16. Particularly, I'd like to add a multifile command to SB-Prolog. It seems
  17. to me that this should be possible by slightly rewriting SB-Prolog's
  18. consult predicate (which is in Prolog) and adding a multifile predicate
  19. to the library. But, I'm short of time, so before I do this I'd like to
  20. know whether anyone's already done it? Or whether anyone's added
  21. anything else that might be useful in porting Sicstus prolog to
  22. SB-Prolog?
  23.  
  24. Thanks.
  25.  
  26. Steffan.
  27.