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

New possibility: Align -> operator #8

Open
caspercrause opened this issue Aug 11, 2020 · 1 comment
Open

New possibility: Align -> operator #8

caspercrause opened this issue Aug 11, 2020 · 1 comment

Comments

@caspercrause
Copy link

Hey guys, I highly admire your efforts in putting together this amazing package! I've been using it for quite some time and I get a lot of compliments on how tidy my scripts look.

If I may, I really like working from left to right i.e. I prefer writing sum(x,y) -> a instead of a <- sum(x,y).

Would aligning -> be something worth looking into for you guys?

@seasmith
Copy link
Owner

I don't use rhs assign enough to justify implementing this feature.

Though, I wonder how the alignment rules would work for rhs assignment and what issues, if any, would arise from such. Assuming like it would work like this:

fun1(x) -> variable_1

f1(x) ->   var_1

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