This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Steven Parkes (author)
Wed Nov 12 19:25:33 -0800 2008
commit 1a43a6be1d7e7e9fd2cde052430d6e84700dc822
tree a9142813b33d46343e3e9c8f422a468817332ce1
parent f2de79ae44751126984f68147e0bbd1496a7d88e
tree a9142813b33d46343e3e9c8f422a468817332ce1
parent f2de79ae44751126984f68147e0bbd1496a7d88e
dramatis /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 05 20:02:09 -0700 2008 | |
| |
.irbrc | Mon Mar 10 17:00:24 -0700 2008 | |
| |
History.txt | Sat Jun 07 14:03:10 -0700 2008 | |
| |
License.txt | Tue Feb 19 16:23:27 -0800 2008 | |
| |
MANIFEST | Fri Jun 06 11:56:59 -0700 2008 | |
| |
MANIFEST.in | Thu Jun 05 20:13:21 -0700 2008 | |
| |
Manifest.txt | Mon Sep 29 10:09:07 -0700 2008 | |
| |
README.txt | Fri Jun 06 08:55:09 -0700 2008 | |
| |
Rakefile | Tue Feb 19 16:20:49 -0800 2008 | |
| |
ReleaseSteps.txt | Fri Jun 06 15:18:47 -0700 2008 | |
| |
config/ | Mon Sep 29 10:09:07 -0700 2008 | |
| |
examples/ | Wed Nov 12 19:25:33 -0800 2008 | |
| |
lib/ | Mon Sep 29 19:45:10 -0700 2008 | |
| |
log/ | Tue Feb 19 16:20:49 -0800 2008 | |
| |
script/ | Tue Feb 19 16:20:49 -0800 2008 | |
| |
setup.py | Fri Jun 06 11:47:54 -0700 2008 | |
| |
setup.rb | Tue Feb 19 16:20:49 -0800 2008 | |
| |
spec/ | Mon Sep 29 20:21:35 -0700 2008 | |
| |
tasks/ | Wed Mar 26 14:35:49 -0700 2008 | |
| |
test/ | Sat Jun 07 18:21:48 -0700 2008 | |
| |
website/ | Thu Jun 05 16:33:13 -0700 2008 |
README.txt
= dramatis * http://dramatis.mischance.net == DESCRIPTION: An actor library for dynamic languages like Ruby and Python. == FEATURES/PROBLEMS: dramatis provides a library for writing concurrent programs using the actor programming model. This is an early version, the first release with packaging (a gem for ruby, distutils for python). It's available on github to download and does come with documentation, a tutorial, and several examples, all of which (mostly) work, so it's stable enough to being to play with. repository:: git://github.com/dramatis/dramatis.git Mailing list:: dramatis@googlegroups.com / http://groups.google.com/group/dramatis IRC:: #dramatis @ freenode Website/Wiki/tracker:: http://dramatis.mischance.net == SYNOPSIS: == REQUIREMENTS: All the specs run on Ruby 1.8.6, 1.9, and JRuby 1.1 on Linux and OS X. All the tests rus on Python 2.5 on Linux. At least one small example runs on rubinius but the whole spec suite has not been attempted. == INSTALL: == LICENSE: (The MIT License) Copyright (c) 2008 Steven Parkes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







