IronScheme

IronScheme is an implementation of the Scheme programming language targeting the Microsoft .NET Framework. IronScheme is a complete rewrite of IronLisp, incorporating lessons learnt while developing IronLisp. Wikipedia

Wikidata: Q3154510

Hello World in IronScheme

(import (rnrs))

(display "Hello World")
(newline)

Search on GitHub


Latest data update: 2025-10-20