-
Notifications
You must be signed in to change notification settings - Fork 0
Reverse inplace concatentation operator =.. #71
Copy link
Copy link
Open
Labels
A-GeneralArea: General stuff (isn't in any specfic area)Area: General stuff (isn't in any specfic area)S-BlockedStatus: blocked (another issue needs to be finsihed before this can be started)Status: blocked (another issue needs to be finsihed before this can be started)S-Decision-NeededStatus: A decision needs to be made (e.g. how to implement it, refactor or not)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-featureA new featureA new feature
Metadata
Metadata
Assignees
Labels
A-GeneralArea: General stuff (isn't in any specfic area)Area: General stuff (isn't in any specfic area)S-BlockedStatus: blocked (another issue needs to be finsihed before this can be started)Status: blocked (another issue needs to be finsihed before this can be started)S-Decision-NeededStatus: A decision needs to be made (e.g. how to implement it, refactor or not)Status: A decision needs to be made (e.g. how to implement it, refactor or not)T-featureA new featureA new feature
Reverse inplace concatenation operator
=..likea =.. bmeansa = b .. a(a ..= bmeansa = a .. b)The
=would represent where the new string will go...is a binary operator so no backcompat issues.This is likely not going to be implemented for a while - it probably won't be implemented at all due to its sheer weirdness.
(
..=isn't even implemented - it needs syntax desugaring (#40) which isn't even started)Requires #40