MapReduce - Distributed Computing with newLISP
Posted: Sat Mar 03, 2007 3:27 pm
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
http://newlisp.org/syntax.cgi?code/mapreduce.txt
Lutz