Measures Concepts
GitHub icon

spiral

spiral - Programming language

< >

spiral is a programming language created in 2017 by Marko Grdinić.

Source code:
git clone https://github.com/mrakgr/The-Spiral-Language
#1115on PLDB 7Years Old

Functional language with intensional polymorphism and first-class staging.


Example from the web:
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

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

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