-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jan Špaček edited this page Apr 13, 2016
·
7 revisions
Spiral is an impure untyped functional programming language. It is not intended for serious use. In fact, there is no point in using the language unless you are the author, as the goal of the project is the absolutely selfish desire to learn stuff.
Installation — Usage — Syntax — Standard library — Papers
(program
(import std)
(println "goodbye, world!"))