Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow calling nullary functions without empty parentheses #22

Open
dvtomas opened this issue Nov 5, 2022 · 0 comments
Open

Allow calling nullary functions without empty parentheses #22

dvtomas opened this issue Nov 5, 2022 · 0 comments

Comments

@dvtomas
Copy link

dvtomas commented Nov 5, 2022

Now:

2 * pi()

Desired:

2 * pi

Is there any reason for the first? Would it make sense/be easy to implement the second? The second is what I see and prefer with most other evaluators, and forcing the first is actually a big blocker for our customers (other than that fasteval looks great to me). The first form could still be available to maintain backwards compatibility.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant