help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shorter form of frequently-seen lisp idiom?


From: Joe Corneli
Subject: shorter form of frequently-seen lisp idiom?
Date: Sat, 19 Feb 2005 12:33:11 -0600

Is there a shorter way to concatenate a list of strings
than this?

 (eval (append (list 'concat) list-of-strings))

Or more generally, 

 (eval (append (list 'function-that-acts-on-foos) list-of-foos))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]