Measures Concepts
GitHub icon

parasail

parasail - Programming language

< >

parasail is a programming language created in 2009 by Seth Tucker Taft.

#1426on PLDB 15Years Old

Parallel Specification and Implementation Language (ParaSail) is an object-oriented parallel programming language. Its design and ongoing implementation is described in a blog and on its official website.. Read more on Wikipedia...


Example from hello-world:
func Hello_World(var IO) is IO.Println("Hello World"); end func Hello_World;

Language features

Feature Supported Token Example
Comments ✓
Line Comments ✓
Binary Literals ✓
Integers ✓
Floats ✓
Hexadecimals ✓
Strings ✓ "
"Hello world"
Print() Debugging ✓ IO.Println

HackerNews discussions of parasail

title date score comments
ParaSail Programming Language: parallel programming language 02/09/2019 97 19

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout