|
|
BSD 3.0
(def mystify (lambda (x) (cond (x (scons (car x) (mystify (cdr x)))) (t nil] (def listify (lambda (x) (cond (x (cons (car x) (listify (cdr x)))) (t nil]
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.