On Sun, Dec 11, 2016 at 7:31 AM, Joh-Tob Schäg <[email protected]> wrote: > One does not simply say that the pil interpreter is misunderstanding.
Indeed, but I think that here Dean was talking about his own misunderstanding.
> Secondly does 'pack fix your problem?
(pack Fn) would indeed be simpler than (glue "" Fn).
Maybe you need «any» ?
(setq Fn '("e" "v" "a" "l"))
-> ("e" "v" "a" "l")
: ((any (pack Fn)) (+ 2 2))
-> 4
chri
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
