This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
femtolisp
Watch
4
Star
0
Fork
You've already forked femtolisp
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1006496256
femtolisp
/
tests
/
err.lsp
5 lines
99 B
Scheme
Raw
Blame
History
(
define
(
f
x
)
(
begin
(
list-tail
'
(
1
)
3
)
3
)
)
(
f
2
)
a
(
trycatch
a
(
lambda
(
e
)
(
print
(
stacktrace
)
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink