The Artima Developer Community
Sponsored Link

News & Ideas Forum (Closed for new topic posts)
Python and the Programmer

30 replies on 3 pages. Most recent reply: Oct 19, 2004 6:40 PM by dog

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 30 replies on 3 pages [ « | 1 2 3 ]
dog

Posts: 2
Nickname: dog
Registered: Aug, 2004

The lesser Smalltalk Posted: Oct 19, 2004 6:40 PM
Reply to this message Reply
Advertisement
Comparing Java and Python is unfair. Why?

Java is more cluttered because it is a statically typed language which by definition has more declarations and fluff than a dynamically typed language. Just like Pascal was considered "wordy" by BASIC programmers (not that Python is like BASIC.. don't get me wrong).

I think Python is great. But when I see Python and Ruby and Groovy I begin to think: "hmmm.. wouldn't it be just a bit better if it were more like Smalltalk".

In the end I've concluded that Smalltalk is the coolest OO language EVER. Everything is cluttered and clunky next to it (I wish I were kidding!). It's only sin was appearing 15 or 20 years too soon.

Python is decidedly cluttered next to Smalltalk, and since it fully takes advantage of it's dynamism you don't need Generics or Interfaces or other such complexities. And it has a VM, garbage collection, and all the other things Java, Python, C# and others have..

Why don't we modernize Smalltalk a bit (a la IBM Smalltalk) and create an open source version of that! (I find Squeak a bit too .. 1980 for my taste)

Flat View: This topic has 30 replies on 3 pages [ « | 1  2  3 ]
Topic: Python Forum Previous Topic   Next Topic Topic: JUnitDoclet 1.0.1 Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use