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

Add prefix/sufix operators ? #40

Open
ronanM opened this issue May 16, 2019 · 3 comments
Open

Add prefix/sufix operators ? #40

ronanM opened this issue May 16, 2019 · 3 comments

Comments

@ronanM
Copy link
Contributor

ronanM commented May 16, 2019

Replace

x ← 11 ~> ("x = " + _)

By

x ← 11 ~>: "x = "

~>: / :~> inspired from scala.collection.SeqLike +: / :+.

@channingwalton
Copy link
Collaborator

Hi, thanks for the suggestion. I think we will need to add it rather than replace the current one as people will be using it.

@ronanM
Copy link
Contributor Author

ronanM commented May 17, 2019

Yes of course.

The "replace" is only for the user code. ;-)

@channingwalton
Copy link
Collaborator

Sorry, I need to sort this. I’ll look this weekend.

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