demon avocado

an avocado whose pit is a demon core that implements ANSI Common Lisp

criticality warning · do not fully seat the hemispheres

the pit is a demon core — a sub-critical sphere held a screwdriver's-width ajar. it evaluates Lisp. every form you enter nudges the hemispheres.

DEMON-CORE-LISP · REPL · (reactor stable)
λ>
tap to load — the core will evaluate it:
(defun fact (n) (if (<= n 1) 1 (* n (fact (- n 1))))) (fact 20) (mapcar (lambda (x) (* x x)) '(1 2 3 4 5)) (let ((half 4.7e9)) (* half half)) (reduce #'+ '(1 2 3 4 5 6 7 8 9 10)) (reverse '(demon core critical mass)) (format nil "~a rem absorbed" 1050) (assemble) (help)