Skip to content

Remove silly checks like #5

@siassaj

Description

@siassaj

(> (length list) 0) = (plusp (length list)) = list

so cond list is better than cond > length list 0 etc. Try to reduce to O(1) instead of O(n)

also

(cond ((not (endp list)) …)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions