|
|
|
|
|
by rudedogg
2074 days ago
|
|
Thanks, here's an example I found: var a, b, c;
...
a = b.fooBar(1, 2);
c = a.fooBarBaz(1, 2, a);
vs |a b c|
...
a := b foo:1 bar:2.
c := a foo:1 bar:2 baz:a.
...
From: https://live.exept.de/doc/online/english/programming/stForJa...The Smalltalk syntax is hard for me to parse, but it's probably just a familiarity thing. I remember when I first learned Swift I wasn't fond of not ending lines with semicolons. Now I dislike having to type them in languages where they're required. |
|
https://youtu.be/Ao9W93OxQ7U?t=628