spiral is a programming language created in 2017 by Marko Grdinić.
#741on PLDB | 7Years Old |
git clone https://github.com/mrakgr/The-Spiral-Language
Functional language with intensional polymorphism and first-class staging.
inl x = 2 // Define a 64-bit integer in Spiral.
inl mult a b = a * b
inl f g = g 1 2, g 3.0 4.0 // Would give a type error in F#.
f mult
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |