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

spiral

< >

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

Source code:
git clone https://github.com/mrakgr/The-Spiral-Language
#723on 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 · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io