tangled
alpha
login
or
join now
alterae.online
/
rats
0
fork
atom
a lisp-like language, loosely based on John N. Shutt's "Kernel" language
0
fork
atom
overview
issues
pulls
pipelines
Add example file
Contents subject to change, ofc.
chell
3 months ago
fcdbe2bf
596885de
+5
1 changed file
expand all
collapse all
unified
split
example.rats
+5
example.rats
reviewed
···
1
1
+
; -*- mode: scheme -*-
2
2
+
3
3
+
($use! std/io)
4
4
+
5
5
+
(display "Hello, world!\n")