Skip to content

Pipe operator in REPL #2

@smil2k

Description

@smil2k

Execute functions without ()
Parse parameters without parens also (like awk)

Their result would be "piped" to the next function's first parameter.

listobjects | grep "xxx" | grep "yyy" means:

grep(grep(listobjects(), "xxx"), "yyy");

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