public
Description: Prototype of the Swarm Distributed Programming Language
Homepage: http://blog.locut.us/category/projects/swarm/
Clone URL: git://github.com/sanity/swarm-proto.git
name age message
file .classpath Fri Oct 03 13:13:21 -0700 2008 really initial commit [sanity]
file .gitignore Mon Oct 06 19:17:58 -0700 2008 various improvements, including dumping output ... [sanity]
file .project Fri Oct 03 13:13:21 -0700 2008 really initial commit [sanity]
directory .settings/ Fri Oct 03 13:13:21 -0700 2008 really initial commit [sanity]
file README.md Fri Nov 21 10:03:09 -0800 2008 Add a README, clean up some cruft in the code. [sanity]
file scratchpad.txt Fri Oct 03 13:13:21 -0700 2008 really initial commit [sanity]
directory src/ Fri Nov 21 10:03:09 -0800 2008 Add a README, clean up some cruft in the code. [sanity]
README.md

Swarm - A Distributed Programming Language

This is prototype code written in Scala for a distributed programming language (provisionally) called "Swarm". This is for experimentation only, especially to determine how Swarm might scale in practice, and to experiment with various data partitioning strategies. Any actual effort to make Swarm a reality would undoubtedly not begin with this codebase.

To learn more, please read my blog entry introducing Swarm.