• Re: Effeciency of any predicate

    From B. Pym@21:1/5 to All on Wed Jun 18 21:29:39 2025
    (loop for x in list
    thereis (predicate x))

    Scheme

    gosh> (any odd? '(0 2 3 8))
    #t
    gosh> (any odd? '(0 2 8))
    #f

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)