Open Wilfred opened 7 years ago
E.g. it would be nice to do:
;; Inputs '((a . 1) (b . 2)) ;; Output '(a b) ;; Figure out (mapcar #'cons input-here)
E.g. it would be nice to do: