Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Like Latin... (Score 1) 343

How did object-oriented programming derive from C? Umm... C++?

WTF???

Do you even know what the word "derives" mean? C did not provide any contribution to OOP at all. C++ was the result of cobbling OOP features on top of C – that's not "derivation" in any sense of the word. And C++'s OOP features came from Simula. C had nothing to do with it.

Comment Re:"prototyping language for startups" (Score 2) 343

Smalltalk has been commercially used for over three decades. It’s not some esoteric, academic language but a truly practical, industrial tool. Cincom’s and GemTalk’s websites list some of the companies they’ve served from all kinds of industries, including JPMorgan, Desjardins, UBS, Florida Power & Light, Texas Instruments, Telecom Argentina, Orient Overseas Container Lines, etc.

Comment Re:no, not really (Score 1) 343

Smalltalk has a unique “live coding and debugging” IDE that is largely responsible for its incredible productivity. This feature is unmatched by anything in mainstream programming. While IDEs such as Visual Studio and Eclipse have tried to incorporate live coding, they fail to be as easy and elegant as Smalltalk.

Smalltalk is beautifully simple and elegant making it extremely easy to learn. It virtually has no syntax! What other language has this quality? Maybe Scheme. Maybe Logo. Certainly not Python, Ruby, JavaScript, PHP.

I didn't realize that programming languages were supposed to give you "insights." I always thought they were just tools for expressing algorithms. Silly me...

Submission + - TechBeacon Article is Making a Breakthrough in Smalltalk Advocacy 3

horrido writes: This TechBeacon article is poised to break through the 20,000 views barrier in a matter of weeks. It has done more for Smalltalk advocacy than any other article in memory. TechBeacon says it's the second most popular app dev article of 2016. And Smalltalk evangelist, Richard Eng (aka "Mr. Smalltalk"), has been making a great deal of hay out of it on Twitter (#MakeSmalltalkGreatAgain). Can we expect great things from Smalltalk in 2017?

Slashdot Top Deals

"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Working...