IronScheme

implementation of the Scheme programming language targeting the Microsoft .NET framework

Wikidata: Q3154510

Hello World in IronScheme

(import (rnrs))

(display "Hello World")
(newline)

Search on GitHub


Latest data update: 2024-11-23