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

paren-free calls revisited #64

Closed
satyr opened this issue Jun 5, 2011 · 1 comment
Closed

paren-free calls revisited #64

satyr opened this issue Jun 5, 2011 · 1 comment
Milestone

Comments

@satyr
Copy link
Owner

satyr commented Jun 5, 2011

with arguments

8118fd5

f a; .g b, c; .h d

f a .g b, c .h d

Line-leading dots are working this way already. Expanding it to spaced dots seems acceptable.

without arguments

Considering this must beat () in both conciseness and readability, postfix ! is probably the only contender.

f().g()

f!.g!

Semiautovivification (with ADI) conflicts, but can be adjusted. (a!b wasn't very intuitive anyway.)

@adrusi
Copy link

adrusi commented Jun 5, 2011

Nice, I'm liking it. postfix ! is much better than do because do func is actually longer than func(). Space leading dots are also very nice.

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