common lisp jargon - there improved way?


i myself doing arrange thing time. i've deliberation minute macro/function arrange thing easier, nonetheless occurs me i'm substantially reinventing wheel.



is there an existent duty let me accomplish same arrange thing some-more succinctly?



(defun remove-low-words (word-list)   
"return list difference deficient measure removed."
(let ((result nil))
(dolist (word word-list)
(when (good-enough-score-p word) (push result)))
result))


Comments

Popular posts from this blog

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?

grails record upload problems

how i emanate permitted url asp.net mvc?