Function syntax #494
WhiteBlackGoose
started this conversation in
Ideas
Replies: 1 comment
-
See #495 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related: #286
The idea is to use the lambda calculus syntax and logic for our functions (lambdas).
Current thoughts
There's no function names (like we do in classic procedural programming). Instead, we first do application, and then if we want, we can substitute it with a lambda. E. g.:
Current unresolved problems
Syntax for application (call), which
Beta Was this translation helpful? Give feedback.
All reactions