This website works better with JavaScript
Home
Explore
Help
Sign In
RISCI_ATOM
/
interim
mirror of
https://github.com/mntmn/interim.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
amiga
Branches
Tags
386
amiga
arm
arm64
debug
dev
imx233
master
multi
reform
interim
/
sledge
/
tests
/
regtest.l
regtest.l
97 B
Permalink
History
Raw
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)