Skip to content

precedence of = and cons #1

@unspam

Description

@unspam

Is = supposed to have higher precedence than cons?
For example, cons 0 1 = 0 seems to get interpreted as cons 0 (1 = 0) and thus returns <nil.nil>. Seems more natural if it got read as (cons 0 1) = 0.

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