Skip to content

Commit ec8c28c

Browse files
Richienbbeakr
andcommitted
Add IronScheme
Co-Authored-By: Chris <[email protected]>
1 parent bbe9c96 commit ec8c28c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

i/ironscheme.ss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(import (rnrs))
2+
3+
(display "Hello World")
4+
(newline)

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
88
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
99

1010
<!--Languages start-->
11-
## Languages (724 total)
11+
## Languages (725 total)
1212

1313
* [05Ab1E](%23/05AB1E)
1414
* [0815](%23/0815.0815)
@@ -374,6 +374,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
374374
* [Io](i/Io.Io)
375375
* [Ioke](i/ioke.ik)
376376
* [Irc](i/irc)
377+
* [Ironscheme](i/ironscheme.ss)
377378
* [Iscom](i/iscom.iscom)
378379
* [Islisp](i/ISLISP.lisp)
379380
* [J](j/j.ijs)

0 commit comments

Comments
 (0)