473,614 Members | 2,101 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1175
On Wednesday 17 August 2005 22:11, jitya <ji*******@prod uctdossier.com>
(<11*********** ***********@g49 g2000cwa.google groups.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*******@prod uctdossier.com>
(<11*********** ***********@g49 g2000cwa.google groups.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.ea rth.li> wrote:
On Thu, 18 Aug 2005, Jules Dubois wrote:
On Wednesday 17 August 2005 22:11, jitya <ji*******@prod uctdossier.com>
(<11*********** ***********@g49 g2000cwa.google groups.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
2266
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 of Windows. I have read that C++ and Delphi are the only two languages which could reliably accomplish this task. I have tried Delphi and it worked well but my employer does not want to pay Borland's license fee.
3
1703
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. <http://akseli-yok.utu.fi:993/pictures/opera.png> is how it looks on Opera. Now that I noticed it, it also seems that Opera does same kind of indentation on Jukka Korpela's site, which I though was the result of his CSS. This is thus probably some Opera feature, just don't know what. Now...
13
5724
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 hoping the clc crowd had some ideas for making it even simpler! In-lined below the full program (132 lines). It's a circular singular linked list of "cells" inspired by the one in Plauger's text
51
8253
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 code? many thx!
73
4587
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 endless loop in a line with: if a==b: print 'OK' I mean, it would be of much help to me on my way to understanding Python to know how such prefix code leading to an endless loop can look like and if it is eventually not possible to write such...
2
5655
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 to start from something, that has far too many features and is difficult to setup.
15
4564
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 elements need to be (with some level of abstraction to my specific problem) - sources (here begin currents) - ground (here end currents)
0
1389
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 Net::IMAP::Simple::SSL libraries: 1) The method new returns a valid connection even on 5th try, though the login fails as it looks like IMAP->login somehow knows that 5th object is not valid..Is it possible ? 2) Somtime, the script fails at the...
9
6422
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 DepartmentID. So something like:
10
2121
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 System.Web.Services Imports System.Web.Services.Protocols Imports System.ComponentModel <System.Web.Services.WebService(Namespace:="http:// wwwpreview.#deleted#.co.uk/~ptaylor/Customer.wsdl")_
0
8176
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8120
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8620
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8571
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8423
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7047
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5537
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4048
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4115
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.