This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1f55ef2a3b
upscheme
/
scheme-tests
/
err.scm
5 lines
99 B
Scheme
Raw
Normal View
History
Unescape
Escape
a couple bug fixes some small performance tweaks moving some test files around
2009-08-09 16:34:07 -04:00
(
define
(
f
x
)
(
begin
(
list-tail
'
(
1
)
3
)
3
)
)
(
f
2
)
a
Replace xwrite/xdisplay/xnewline with non-x names
2019-08-25 15:57:31 -04:00
(
trycatch
a
(
lambda
(
e
)
(
write
(
stacktrace
)
)
)
)