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

Any syntax for f() evaluated with no arguments? #22

Closed
pdeffebach opened this issue Mar 14, 2021 · 2 comments
Closed

Any syntax for f() evaluated with no arguments? #22

pdeffebach opened this issue Mar 14, 2021 · 2 comments

Comments

@pdeffebach
Copy link
Contributor

Doesn't look like this is possible.

Probably would only make sense at the beginning of a chain, right? So you would do

@chain f() begin 
    ...
end
@jkrumbiegel
Copy link
Owner

jkrumbiegel commented Mar 14, 2021

What do you want to use this for? The premise is that you always want to chain your result in a @chain (otherwise use @aside which doesn't use implicit argument splicing for exactly that reason)

@pdeffebach
Copy link
Contributor Author

yeah this is fine. Nothing actionable here.

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

2 participants