MapReduce - Distributed Computing with newLISP

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

MapReduce - Distributed Computing with newLISP

Post by 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

Lutz

Locked