This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
gscheme
Watch
4
Star
0
Fork
You've already forked gscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b87ebad788
gscheme
/
examples
/
simple.scm
14 lines
112 B
Scheme
Raw
Blame
History
(
define
a
(
lambda
(
x
)
(
lambda
(
y
)
(
+
x
y
)
)
)
)
(
define
a5
(
a
5
)
)
(
define
a7
(
a
7
)
)
(
a5
4
)
(
a7
2
)
Reference in New Issue
View Git Blame
Copy Permalink