Skip to content

parenthesized syntax #252

Description

@pepa65

Just dropping by to say how awesome RapydScript is!
One thing stood out: the unorthodox/paradigmbreaking parenthesized syntax:

(def(a, b):
    # stuff
)(1, 2)

I loved the .apply() and .call() innovations, why not have a third function like .do() so you can dispense with the completely unpythonic bracket syntax and write:

def(a, b):
    # stuff
.do(1, 2)

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