(in-package :cl-user) (defparameter π pi) (defmacro λ (&rest body) `(lambda ,@body)) (mapcar (λ (∢) (* ∢ π 1/180)) '(0 45 90 135 180))