Whose retarded idea was it to use "<-" in place of "=" for assignment in languages like R? Such a fucking waste of keystrokes.
@jakub One of my CS professor's said that language designers were trying to differentiate assignment ("=") and comparison operators ("==") to make them less confusing. If they wanted to go that route they should've used a colon for assignment instead.
@xianc78 and then Go uses ":=" for declaration...
@xianc78 they had to be different for the sake of being different I guess LOL