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
rats
/
example.rats
at
main
4 lines
67 B
view raw
wrap content
chell
Add basic command-line parsing
2mo ago
909ddf36
1
; -*- mode: scheme -*-
2
($use! std/io)
3
4
(display "Hello, world!\n")