sourcehut
Log in
—
Register
~swisschili
/
bluejay
summary
tree
log
refs
ref:
6d02af472f6ce87ea50ff24aa77f88928dbf31bc
bluejay
/
src
/
lisp
/test-closures.lisp
-rw-r--r--
66 bytes
View
Log
Blame
View raw
6d02af47
—
swissChili
Add detailed error reporting, remove panics
10 months ago
1
2
3
4
(
defun
main
()
(
print
(
reduce
#'
+
(
list
1
2
3
4
)
0
)))