--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I wonder whether Go has any plans into that direction.
This is what Apache Spark [1] delivers. It I like mapreduce but more lightweight, higher level and faster (and I guess at some reliability cost). Spark programs are required to be in written in Scala. There is also a Python version of Spark called Dpark [2].
It would be great to have Gopark. :)
1. http://spark.apache.org
2. https://github.com/douban/dpark
But the easiest serialization is source code - you only have to compile it.
You even could cross-compile on the master and distribute the binaries, if the nodes don't have go installed.