From ec8c28c809b619f8e92e170a6aa269b550ca90dc Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 21 Jan 2021 02:40:19 +1300 Subject: [PATCH] Add IronScheme Co-Authored-By: Chris <1179486+beakr@users.noreply.github.com> --- i/ironscheme.ss | 4 ++++ readme.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 i/ironscheme.ss diff --git a/i/ironscheme.ss b/i/ironscheme.ss new file mode 100644 index 00000000..491bb5d8 --- /dev/null +++ b/i/ironscheme.ss @@ -0,0 +1,4 @@ +(import (rnrs)) + +(display "Hello World") +(newline) \ No newline at end of file diff --git a/readme.md b/readme.md index 546cb2d4..f72e6226 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (724 total) +## Languages (725 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -374,6 +374,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Io](i/Io.Io) * [Ioke](i/ioke.ik) * [Irc](i/irc) +* [Ironscheme](i/ironscheme.ss) * [Iscom](i/iscom.iscom) * [Islisp](i/ISLISP.lisp) * [J](j/j.ijs)