Email or username:

Password:

Forgot your password?
Top-level
Matthew Lyon

@snarfmason @technomancy that said, I think that if any language can pull off something like ignoring operator precedence and just doing LTR operations, it’s smalltalk, because the audience self-selects to the sort of people who can maintain that cognitive load

1 comment
technomancy (turbonerd aspect)

@mattly @snarfmason that might be true nowadays but I dunno if it would have been in Smalltalk's historical context; these days being able to point to an identifier and immediately see its definition and all references is considered commonplace, but at the time it was leaps and bounds better than anything available

I would imagine going from Smalltalk to Pascal involved a pretty significant difficulty bump in terms of what you have to keep in your head at all times

more likely it's because Smalltalk self-selected for people who were willing to throw away everything they thought they knew about programming

@mattly @snarfmason that might be true nowadays but I dunno if it would have been in Smalltalk's historical context; these days being able to point to an identifier and immediately see its definition and all references is considered commonplace, but at the time it was leaps and bounds better than anything available

Go Up