This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
RISCI_ATOM
/
interim
kopia lustrzana
https://github.com/mntmn/interim.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
02eb7596d6
Gałęzie
Tagi
386
amiga
arm
arm64
debug
dev
imx233
master
multi
reform
interim
/
sledge
/
tests
/
regtest.l
regtest.l
97 B
Historia
Czysty
1
2
3
(def xp (fn x y (print (list "x,y" x y))))
(def foo (fn a b c d e f (xp e f)))
(foo 1 2 3 4 5 6)