Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!magnus.acs.ohio-state.edu!csn!ub!news.kei.com!sol.ctr.columbia.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!spool.mu.edu!agate!hpg30a.csc.cuhk.hk!eng_ser1!wlwong
From: wlwong@cs.cuhk.hk (WONG Wan-lung)
Subject: Re: WAM implementation...?
Message-ID: <D2LEFt.KyJ@eng_ser1.erg.cuhk.hk>
Lines:  83
Sender: news@eng_ser1.erg.cuhk.hk
Organization: Engineering Faculty, The Chinese U. of Hong Kong
X-Newsreader: TIN [version 1.2 PL2]
References: <1995Jan12.141915.23349@cse.iitb.ernet.in>
Date: Wed, 18 Jan 1995 08:33:26 GMT

Chandrasekhar Anantaram (anant@cse.iitb.ernet.in) wrote:

> Hello!

> We are looking for public domain implementation of Warren Abstract M/C with
> source code and requisite documentation.

> Platforms are DOS, UNIX.

> In case someone can let us know from
> where we can get this, we shall be grateful.

> Thanks in advance,


> Anant

> e-mail : anant@cse.iitb.ernet.in
> or     anant@trddc.ernet.in
> --------------------------------

Maybe the following article would help you.

----
LUNG

+------------------------------------------------------------------------+
|      dMP       dMP   dMP dMb   dMP.aMMMMMMb                            |
|     dMP       dMP   dMP dMM'  dMP dMP   dMP           \|||/ /|||\      |
|    dMP       dMP   dMP dMMM  dMP dMP                   o!o  |+!+|      |
|   dMP       dMP   dMP dM'MM dMP dMP dMMb                O   | o |      |
|  dMP       dMP   dMP dM" MMdMP dMP   dMP                               |
| dMMMMMMMP dMMMMMMMP dMP  MdMP dMMMMMMMP                                |
| VMMMMMMP  VMMMMMP" dMP   dMP  VMMMMMP"   <==> DRAGON (R) & Winnie      |
+---------------------------------------+--------------------------------+
|  Phone ~{5g;0~} : (852) 2493-1150     |  WONG Wan-lung ~{;FTKAz~}      |
|                   (852) 2493-1212     |  Internet Address:             |
|  Pager ~{4+:t~} : 1128631-6873        |      wlwong@cs.cuhk.hk         |
+---------------------------------------+--------------------------------+
|  Department of Computer Science       |  ~{5gWS<FKcO5~}                |
|  Faculty of Engineering               |  ~{9$3LQ'T:~}                  |
|  The Chinese University of Hong Kong  |  ~{Oc8[VPND4sQ'~}              |
+---------------------------------------+--------------------------------+


---------- START ----------
From: diaz@margaux.inria.fr (diaz daniel)
Newsgroups: comp.archives
Subject: [comp.lang.prolog] wamcc: free Prolog to C Compiler
Date: 10 Jun 1994 11:35:01 +0200
Approved: Jost.Krieger@rz.ruhr-uni-bochum.de
Message-ID: <2t9c45$so5@rubb.rz.ruhr-uni-bochum.de>

Archive-Name: auto/comp.lang.prolog/wamcc-free-Prolog-to-C-Compiler

we anounce the new release of wamcc a Prolog compiler which translates
Prolog to C via the WAM.

language:	Prolog
package:	wamcc
version:	2.1
parts:		compiler Prolog->C, runtime, Prolog debugger, WAM debugger.
author:		Daniel Diaz - INRIA Rocquencourt - FRANCE
location:	ftp ftp.inria.fr in the directory
		/INRIA/Projects/ChLoE/LOGIC_PROGRAMMING/wamcc
description:	wamcc is a Prolog Compiler which translates Prolog to
		C via the WAM. wamcc use the (quasi) standard edinbourgh. 
		wamcc offers the most usual built-in predicates 
		(but not all), a top-level, a Prolog debugger and a
		WAM debugger. wamcc is designed to be easily extended
		(e.g. see clp(FD)).
		From an efficiency point of view, wamcc is between
		SICStus "emulated" and SICStus "native code" on Sparc
		machines (1.5 times faster than SICStus emulated, 1.5
		times slower than SICStus "native code"). 
restriction:	free (see COPYRIGHT notice)
ports:		Sparc workstations 
requires:	GNU C (gcc) version 2.4.5 or higher
portability:	Generally to 32-bit machines with gcc.
contact:	Daniel Diaz (Daniel.Diaz@inria.fr)
updated:	1994/06/08
---------- STOP ----------
