Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanity/swarm-proto
Prototype of the Swarm Distributed Programming Language
https://github.com/sanity/swarm-proto
Last synced: about 1 month ago
JSON representation
Prototype of the Swarm Distributed Programming Language
- Host: GitHub
- URL: https://github.com/sanity/swarm-proto
- Owner: sanity
- Created: 2008-10-03T20:03:48.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-11-21T18:03:27.000Z (almost 16 years ago)
- Last Synced: 2023-04-12T04:40:35.176Z (over 1 year ago)
- Language: Scala
- Homepage: http://blog.locut.us/category/projects/swarm/
- Size: 85.9 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://blog.locut.us/2008/10/06/swarm-a-true-distributed-programming-language/).