Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
scheme-lisp-defun-b
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
4 lines
106 Bytes
Copy permalink
Copy
Raw
1
(macrolet ((foo (x) `(bar ,x)))
2
(defun mumble (x) ; RIGHT
3
(when (> x 0)
4
(foo x)))) ; ChangeMe