Skip to content

partial application of builtins #4

@JM4ier

Description

@JM4ier

currently partial application only works on user-defined functions.

example:

(defun sum(x y)
    (+ x y)
)

(sum 1 ..)
;; (.\ (y) (+ 1 y))

However, partial application is not yet supported on builtins

(+ 1 ..)
;; Error

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