Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

[Feature] Implement function calls from function references (variable-bound functions) #674

Closed Luna-Klatzer closed 1 month ago

Luna-Klatzer commented 1 month ago

Is there an existing proposal for this?

This feature does not exist in the latest version

Proposal

Implement function calls from function references (variable-bound functions), which allow the user to store functions and then call them up again when needed.

For example:

Exact behaviour / changes you want

Luna-Klatzer commented 1 month ago

Implemented by #681.