Add tags

Add tags to the following comment

書いてみたら意外とすっきり。

1
2
3
(defun check (list)
  (loop for (x . xs) on list always
    (or (every (lambda (y) (< x y)) xs) (every (lambda (y) (> x y)) xs))))

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...