Skip to content

Instantly share code, notes, and snippets.

View arnolddevos's full-sized avatar

Arnold deVos arnolddevos

View GitHub Profile
@arnolddevos
arnolddevos / Joins.scala
Created November 15, 2009 01:27
Idea for polyphonic scala actors
package au.com.langdale.actors
import scala.actors.Actor.self
import scala.actors.OutputChannel
import scala.collection.immutable.Set
/**
* Augments the actors library with a form of join pattern similar in function
* to C omega chords or Haller and Van Cutsem scala join patterns but with a
* different notation.
*