Tags: Programming Language.
ParaSail Parallel Specification and Implementation Language is an object-oriented parallel programming language. The design and ongoing implementationof ParaSail is described in a blog (http://parasail-programming-language.blogspot.com) and on its official website (http://www.parasail-lang.org).ParaSail uses a pointer-free programming model where objects can grow and shrink and value semantics are used for assignment. There is no global garbage collected heap.