Skip to content

Strange behavior with macro expanding  #31

@ooichu

Description

@ooichu

For example (is nil ((mac () nil))) returns nil, although the macro expands to nil and this should be equivalent to (is nil nil).

The problem is that when the macro is evaluated, the value of the original form is replaced by the result of the macro expansion and create new nil object.

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