Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

parasail

< >

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

#1249on 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 · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io