473,388 Members | 1,215 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

As Simple As Possible?

Chuck Allison says:

After three years of study, I have concluded that Python is about
as simple as a full-powered object-oriented language can get. My inner
programmer just loves it. In a recent interview Scott Meyers was asked
which language he thought would be ideal for introducing programming to
novices. He replied:

"... a first language should foster a feeling of power and
accomplishment out of the box - it should get people excited about
the limitless things that can be accomplished in software. Among other
things, such a language would offer an extensive and powerful
library..." [1]

I know of no language to which these words apply more than Python.

LINK: http://www.artima.com/cppsource/simple.html

Aug 18 '05 #1
4 1163
On Wednesday 17 August 2005 22:11, jitya <ji*******@productdossier.com>
(<11**********************@g49g2000cwa.googlegroup s.com>) wrote:
Chuck Allison says:

After three years of study, I have concluded that Python is about
as simple as a full-powered object-oriented language can get. My inner
programmer just loves it.
[snip comment and quotation]

I know of no language to which these words apply more than Python.
Smalltalk has a noticeably simpler syntax and is a "full-powered
object-oriented language". It's also built on a "full-powered
object-oriented platform" written in Smalltalk so virtually all the base
system can be modified without changing languages.
LINK: http://www.artima.com/cppsource/simple.html


Your statement, "My inner programmer just loves it", is telling. Whatever
it is about certain programming languages that make better programmers more
productive is mostly a personal matter. Paul Graham has written several
articles about LISP and great programmers -- and I can see why.

Smalltalk is or would be my first choice if everything else were equal.
Python is what I actually use.
Aug 18 '05 #2
On Thu, 18 Aug 2005, Jules Dubois wrote:
On Wednesday 17 August 2005 22:11, jitya <ji*******@productdossier.com>
(<11**********************@g49g2000cwa.googlegroup s.com>) wrote:
After three years of study, I have concluded that Python is about as
simple as a full-powered object-oriented language can get.

I know of no language to which these words apply more than Python.


Smalltalk is or would be my first choice if everything else were equal.
Python is what I actually use.


The showstopping problem with smalltalk, IMHO, is the intertwining of the
language and the environment. Smalltalk weenies hold this up as one of its
greatest strengths, but to me, it just looks like there's twice as much to
learn to begin with. A good command-line smalltalk plus a python-style
simple interactive environment would be a winning combination.

Otherwise, i agree that smalltalk is basically the perfect language.

tom

--
If you tolerate this, your children will be next.
Aug 18 '05 #3
On Thu, 18 Aug 2005 15:05:02 +0100, Tom Anderson <tw**@urchin.earth.li> wrote:
On Thu, 18 Aug 2005, Jules Dubois wrote:
On Wednesday 17 August 2005 22:11, jitya <ji*******@productdossier.com>
(<11**********************@g49g2000cwa.googlegroup s.com>) wrote: .... Smalltalk is or would be my first choice if everything else were equal.
Python is what I actually use.
The showstopping problem with smalltalk, IMHO, is the intertwining of the
language and the environment. Smalltalk weenies hold this up as one of its
greatest strengths, but to me, it just looks like there's twice as much to
learn to begin with.


More importantly, I think: it's not polite for a programming language to
make it hard to communicate with the rest of your environment.

Java pissed me off when I looked at it back in the 1990s, because I was on
Unix, and the language would barely give me access to the command line
options, had no getopt-style parser, etc. "No, you're supposed to write the
kinds of programs that /we/ want you to write!"

Python, in contrast, happily provides all that (and enough, it seems, to
make Windows and web server people reasonably happy too). The ideological
stuff ends at the source code level.
A good command-line smalltalk plus a python-style
simple interactive environment would be a winning combination.


I thought that it existed and was called Python ;-) Although I'm not very
familiar with the details of Smalltalk.

But I agree. If the earlier generations of programming languages (Smalltalk,
Eiffel, Oberon, SML, ...) had had more "open-minded" implementations, I
think they could have won the battle as early as fifteen years ago.

/Jorgen

--
// Jorgen Grahn <jgrahn@ Ph'nglui mglw'nafh Cthulhu
\X/ algonet.se> R'lyeh wgah'nagl fhtagn!
Aug 20 '05 #4
Jorgen Grahn wrote:
More importantly, I think: it's not polite for a programming language to
make it hard to communicate with the rest of your environment.

Java pissed me off when I looked at it back in the 1990s, because I was on
Unix, and the language would barely give me access to the command line
options, had no getopt-style parser, etc. "No, you're supposed to write the
kinds of programs that /we/ want you to write!"

Python, in contrast, happily provides all that (and enough, it seems, to
make Windows and web server people reasonably happy too). The ideological
stuff ends at the source code level.

I always phrased it as "Java is platform independent; Python is
platform agnostic". The failure of Java to provide access to even such
simple niceties as select() (which is available on all major platforms
in some form) because it doesn't fit the Java Way (TM) was pretty
frustrating (they've fixed that example since, but analagous facilities
are still lacking).

Despite reject TMTOOTDI, Python doesn't have any interest in mandating
a Pure Python solution done using one true philosophy of software
design.

Aug 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: javaBeginner | last post by:
I need to create a simple program launcher which runs off of cd and launches a program off of the cd. It must also check the values in an ini file. The launcher program must run on all versions...
3
by: Akseli Mäki | last post by:
Hi, I'm working over my site to include simple CSS. I've now noticed, that the pages look totally different on Opera than compared to Mozilla and IE....
13
by: Michael B Allen | last post by:
Hi, I've tried to write the *simplest* memory allocator possible. I think it would be useful in many cases such as allocating memory on stack as a poor man's garbage collection perhaps. I was...
51
by: Alan | last post by:
hi all, I want to define a constant length string, say 4 then in a function at some time, I want to set the string to a constant value, say a below is my code but it fails what is the correct...
73
by: Claudio Grondi | last post by:
In the process of learning about some deeper details of Python I am curious if it is possible to write a 'prefix' code assigning to a and b something special, so, that Python gets trapped in an...
2
by: news reader | last post by:
Hi, Does anoone of you know if there is already a simple application doing something like this. I would enhance / tune the missing features, but would like to avoid to start from scratch or...
15
by: Bjoern Schliessmann | last post by:
Hello all, I'm trying to simulate simple electric logic (asynchronous) circuits. By "simple" I mean that I only want to know if I have "current" or "no current" (it's quite digital) and the only...
0
by: contactme | last post by:
Hi, Is it possible to open concurrent connections using Net::IMAP::Simple library ? My IMAP server allows 4 connections per ip, so I am having following problems while using Net::IMAP::Simple and...
9
by: DotNetNewbie | last post by:
Hello, I need a simple hash algorithm that will detect duplicate content in my application. I want to hash not just the content, but a few other parameters also like EmployeeID and...
10
by: Phillip Taylor | last post by:
Hi guys, I'm looking to develop a simple web service in VB.NET but I'm having some trivial issues. In Visual Studio I create a web services project and change the asmx.vb file to this: Imports...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.