() Thien-Thi Nguyen () Fri, 17 Mar 2017 08:33:13 +0100 [...] non-trivial stuff: (cl-loop for n below 5 collect (intern (string (+ ?a n)))) => (a b c d e) Ugh, how lame. In the spirit of ‘nconc’... append another! (cl-loop for gnu below (/ (+ 4 2) (/ 4 2)) collect (intern (string (+ 42 (* gnu (+ 4 2)) 42 (+ gnu (+ 4 2)) 42 (- (+ 4 2 (/ (* 4 2) (* 4 2))) (* (+ 4 2) (+ 4 2))))))) I'm not against lameness, but it seems to be "again"st me. :-D -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502