Add rebind operator ^ #11
KennethL
started this conversation in
Language features
Replies: 2 comments 4 replies
|
Don't like the idea because it is incompatible |
1 reply
|
Very good then we can get rid of code like this: State1 = call(P,State,init),
State2 = call(P,State1,continue),And write like this instead: ^State = call(P,State,init),
^State = call(P,State,continue), |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A new operator to be used in front of variables to indicate that the variable should be rebound is proposed.
All reactions