| Projects on Google Code | Results 1 - 10 of 16 |
THAW - acronym for "Things Happening And Whatnot"; also refers to the process of going from a frozen to liquid state.
THAW is a software library for simple object-oriented concurrency. It's state is experimental -- that being said, the first version of it was developed during a "real", commercial...
=Actorom : Java-based Actors Object Model=
Actorom is a pure Java implementation of the Actors Concurrency Model, aimed at making message-passing concurrency mainstream in everyday Java development.
==New and Noteworthy in 0.3 release==
* DSL-style APIs.
* Dynamic code swapping.
* M...
An Actor Library for Python
http://www.doc.ic.ac.uk/~cmz05/stage/logicalstore.png
Kamaelia is a Python library for concurrent programming using a simple pattern of components that send and receive data from each other.
The metaphor of components, inboxes and outboxes makes the creation of systems significantly simpler.
Useful extensions, macros and attributes to the [http://boo.codehaus.org/ boo programming language].
Extensions provided by the project include object pattern matching, simpler definition for algebraic data type like structures, Parsing Expression Grammars, concurrency primitives exploring differ...
Concurrent programming extensions to the [http://boo.codehaus.org/ boo programming language] exploring different approaches for concurrency: actors, STM, etc.
The ACP project is an attempt to bring together three ideas into a coherent library for developing concurrent applications in Java. Note that bringing these concepts together enhances the ability of each model to assist the developer in writing concurrent applications, the details of this synergy ar...
[http://soft.vub.ac.be/amop AmbientTalk] is an experimental object-oriented distributed programming language developed at the [http://soft.vub.ac.be Software Languages Lab] at the Vrije Universiteit Brussel, Belgium. The language is primarily targeted at writing programs deployed in mobile ad hoc ne...
A concurrent programming library written in Groovy, providing simple programming models for complex multi-threaded tasks.
= Introduction =
At its core, Gruple provides an in-process tuplespace abstraction to enable a !JavaSpaces-style programming model for communication and coordination among...
[http://functionaljava.org/ Functional Java] is an open source library that aims to prepare the Java programming language for the inclusion of closures. It also serves as a platform for learning functional programming concepts by introducing these concepts using a familiar language. The library is i...