Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

spiral

< >

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

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

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 Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0