Skip to content

Feature Request: Recursion for local functions #179

Closed
@Namek

Description

@Namek

A function defined in the where block cannot call itself. Compiler properly detects the situation but errors with:

Recursion is not supported at this time by the language.

It's a common pattern to call a helper function that receives more arguments than a module function. I think we should have it. What are the obstacles?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions