newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on March 03, 2007, 07:27:10 AM

Title: MapReduce - Distributed Computing with newLISP
Post by: Lutz on March 03, 2007, 07:27:10 AM
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



Lutz