|
|
|
|
|
by kilon
4629 days ago
|
|
I am python coder. Smalltalk is much more readable than Python and so is Lisp. I dont know why you think dots and parentheses make things easier to read. Maybe its a matter of preferences , but even though I have grown up with this style , I dont find it more readable than smalltalk. I dont see Door.open(1,3,30) as more readable to Door open: 1 times: 3 andCloseAfterMilliseconds: 30 And this is exactly how python code works and how smalltalk works too. Also smalltalk culture is oriented towards clean code alot more than python world. You will rarely see methods in pharo more than a few lines long. And if you do , is most likely that code has not been cleaned up. And I find that a huge plus even more than the syntax itself. Of course if I had to choose without smalltalk, then python would be my first choice for readability. But still nowhere near as to how easy I understand smalltalk , even though I am using it for less than a year. |
|