Just FYI, I'm working off a fork of the master, pushing my work to
http://github.com/pdoubleya/Swarm, e.g. clone from
git://github.com/pdoubleya/Swarm.git
My focus is on getting the code to work with Jini/JavaSpaces, and
seeing what is possible from there.
Right now the demos work, continuations are pushed into a space by the
sender, and read and executed by a listener (works in both directions,
of course). There are endless issues to address but as POC it works.
Some documentation is in the READEME.rst.
The changes to Ref, Swarm etc. are a little intrusive at this point
and I expect to be changing it substantially as I go along.
If anyone wants to play with it, I'm glad to give directions about
setting it up; start with the README.
Note, these are just my experiments. I don't know if any of it will
survive over time.
Patrick