git @ Cat's Eye Technologies Pixley / master eg / binding-test-3.pix
master

Tree @master (Download .tar.gz)

binding-test-3.pix @masterraw · history · blame

(let* ((a (lambda (x y) (cons x (cons y ()))))) (a (quote foo) (quote bar)))