Skip to content
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.

InstallationUsageSyntaxStandard libraryPapers

(program
  (import std)
  (println "goodbye, world!"))