parasail is a programming language created in 2009 by Seth Tucker Taft.
| #1368on PLDB | 17Years 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...
func Hello_World(var IO) is
IO.Println("Hello World");
end func Hello_World;
| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | ||
| Line Comments | ✓ | ||
| Binary Literals | ✓ | ||
| Integers | ✓ | ||
| Floats | ✓ | ||
| Hexadecimals | ✓ | ||
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | IO.Println |
| title | date | score | comments |
|---|---|---|---|
| ParaSail Programming Language: parallel programming language | 02/09/2019 | 97 | 19 |