ParaSail, Parallel Specification and Implementation Language, is an object-oriented parallel programming language. The design and ongoing implementationof ParaSail is described in a blog and on its official website.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.