Slashdot Mirror


User: EidanYoson

EidanYoson's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:no, not really on Can Learning Smalltalk Make You A Better Programmer? · · Score: 1

    It is because using Smalltalk does not makes you productive per se. You need to learn to think in objects, beacuse you can use Smalltalk as any scripting language or hybrids like Python. Then you make no difference at all. It will be the same crap with different syntactic sugar. "What makes or breaks a language is its libraries" No. Think about Delphi. Tons of libs, nobody using it now. Or even C. Is not in the libraries, it's in the mind of the programmer!! You all want to blame the libs, but the fault for not success is in us, not in the libraries. (from a Smalltalk developer since 20 years)

  2. Re:no, not really on Can Learning Smalltalk Make You A Better Programmer? · · Score: 1

    No. scripting languages doesn't have live coding by definition. Please research papers about Liveness before commenting here.