Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!purdue!lerc.nasa.gov!magnus.acs.ohio-state.edu!math.ohio-state.edu!cs.utexas.edu!news.sprintlink.net!EU.net!chsun!usenet
From: Reto Kramer <kramer@al.esec.ch>
Subject: assert and retract in embedded prolog systems
Content-Type: text/plain; charset=us-ascii
Message-ID: <DF7BLL.DFn@eunet.ch>
Sender: usenet@eunet.ch
Content-Transfer-Encoding: 7bit
Organization: ESEC SA, 6330-Cham, Switzerland
Mime-Version: 1.0
Date: Wed, 20 Sep 1995 11:22:32 GMT
X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/735)
X-Url: news:comp.lang.prolog
Lines: 8

Many prolog systems provide the capability to generate .o files
which can be linked to foreign languages (e.g. C can call prolog).

Is it possible to use assert and retract to change the prolog
program in such cases ?

Reto

