Skip to content

Should be able to apply literal maps to maps #105

Description

@mjgpy3

For example, take works but application sugar does not

m> [(:foo :bar)  ((:foo :bar) :baz)]
"(unknown)" (line 1, column 2):
unexpected "("
expecting whitespace, name, application, keyword or lambda
m> [take (:foo :bar) ((:foo :bar) :baz)]
:baz

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions