Add IronScheme

Co-Authored-By: Chris <1179486+beakr@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2021-01-21 02:40:19 +13:00
parent bbe9c969fb
commit ec8c28c809
2 changed files with 6 additions and 1 deletions

4
i/ironscheme.ss Normal file
View File

@@ -0,0 +1,4 @@
(import (rnrs))
(display "Hello World")
(newline)

View File

@@ -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! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (724 total) ## Languages (725 total)
* [05Ab1E](%23/05AB1E) * [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815) * [0815](%23/0815.0815)
@@ -374,6 +374,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Io](i/Io.Io) * [Io](i/Io.Io)
* [Ioke](i/ioke.ik) * [Ioke](i/ioke.ik)
* [Irc](i/irc) * [Irc](i/irc)
* [Ironscheme](i/ironscheme.ss)
* [Iscom](i/iscom.iscom) * [Iscom](i/iscom.iscom)
* [Islisp](i/ISLISP.lisp) * [Islisp](i/ISLISP.lisp)
* [J](j/j.ijs) * [J](j/j.ijs)