Open porcuquine opened 2 weeks ago
We need to be able to extract the components of a fun. The following should work:
(let ((square (lambda (x) (* x x)))) (list (fun-args square) (fun-body square) (fun-env square)))
We need to be able to extract the components of a fun. The following should work: