Open Satheeshsk369 opened 3 months ago
The syntax was deliberately chosen to require parentheses in every application and not have infixes since it's simpler and the meaning is always clear.
Not that I'm straight up denying your suggestion, but it requires a lot of thought on how it fits with the overall goal and design of the language
Is your feature request related to a problem? Please describe. I like that, bend support both haskell and python like syntax. But when i am writing in fun syntax in bend, i need to always put the code inside parentheses. I feel that, it is more convenient to write function without it. Then the code will more readable and more haskell like..
Describe the solution you'd like Is any possible to write the function (in fun syntax) without parentheses? like below..
Describe alternatives you've considered None
Additional context None