This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/meld
Vítor Santos Costa d9decfe003 fix example path in meld. 2012-07-06 18:58:35 -05:00
..
examples export TermToStream 2011-05-25 13:10:39 +01:00
Makefile.in fix example path in meld. 2012-07-06 18:58:35 -05:00
README improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
meld.yap improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
meldc.yap more updates to meld. 2011-05-11 09:28:40 +01:00
meldi.yap more updates to meld. 2011-05-11 09:28:40 +01:00
meldp.yap more updates to meld. 2011-05-11 09:28:40 +01:00
meldtd.yap more meld updates. 2010-11-03 00:33:26 +00:00

README

This is a prototype of MELD in Prolog. For a full description,
check:

	A Language for Large Ensembles of Independently Executing
Nodes, Michael P. Ashley-Rollman, Peter Lee, Seth Copen Goldstein,
Padmanabhan Pillai, and Jason D. Campbell. In Proceedings of the
International Conference on Logic Programming (ICLP '09), July, 2009.

	Meld: A Declarative Approach to Programming Ensembles. Michael
P. Ashley-Rollman, Seth Copen Goldstein, Peter Lee, Todd C. Mowry, and
Padmanabhan Pillai. In Proceedings of the IEEE International
Conference on Intelligent Robots and Systems (IROS '07), October,
2007.


Supported:
	- basic semantics
	- aggregates
	- updates
	- delete

Unsupported:
	- distributed execution :)