Skip to content

variadic functions #5

@JM4ier

Description

@JM4ier

Make it possible to define variadic functions.
There are already builtin variadics but there is no way to define them yourself

suggested syntax:

(defun variadic-fun(arg0 arg1 ... var_args)
    ; body
)

This also needs consideration with partial application

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions