MapReduce - Distributed Computing with newLISP

Started by Lutz, March 03, 2007, 07:27:10 AM

Previous topic - Next topic

Lutz

Distributed computing, map/reduce type example of calculating and reducing word counts from different documents.  Note that newLISP does this without any modules to import. The built-in function 'net-eval' takes care of mapping all network communications including distribution of code to external nodes.



http://newlisp.org/syntax.cgi?code/mapreduce.txt">http://newlisp.org/syntax.cgi?code/mapreduce.txt



Lutz