Spark is an dynamic, expressive programming language based on the Scheme language specification. It runs on top of the MzScheme virtual machine. Spark is a reflective, multi-paradigm language with strong support for explorative programming.
On top of it's functional core you can write programs in imperative, object-oriented or just about any style you like. Spark adds a whole new dimension to distributed computing with ''concurrent objects'' and message passing. It is easy to learn and facilitates writing concise, correct programs.
Product's homepage