Last updated October 25, 2009 19:19, by therealbean
= sal Documentation =
Sal is a Simple Actor Library written in Java. It makes it easy to write parallel programs using actors. Sal also includes actors for common functions, such as logging, writing to stdout, stderr, etc.
== Getting Started ==
# Download the JAR file
# Write code using sal actors
# Include sal.jar in your program's classpath
# Run parallel code!





