Skip to content

Make default begin ... end rather than let #30

@pdeffebach

Description

@pdeffebach

I think it's not uncommon to want things created in @aside blocks to be visible in the outer scope of a @chain block.

If we make the default "block" for @chain to be just a begin ... end block without introducing a new scope, the user can make the same behavior with

@chain df let
    ...
end

This is something I considered in AddToField.jl and settled on begin ... end.

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