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 ef3a5754e6 syntax errors 2014-08-06 10:26:03 -05:00
..
examples export TermToStream 2011-05-25 13:10:39 +01:00
Makefile.in fix Makefile 2014-02-16 15:20:07 +00:00
README improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
meld.yap syntax errors 2014-08-06 10:26:03 -05:00
meldc.yap syntax errors 2014-08-06 10:26:03 -05:00
meldi.yap syntax errors 2014-08-06 10:26:03 -05:00
meldp.yap more updates to meld. 2011-05-11 09:28:40 +01:00
meldtd.yap syntax errors 2014-08-06 10:26:03 -05: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 :)