That old static/dynamic divide
The Blog Ride thinks that dynamic languages provide power that most people just can't handle:
Folks, we need to realize something: all this "expressiveness" is like putting craftsman's tools in your hands; in the hands of a master craftsman, amazing things can result, but in anybody else's hands, it's putting a loaded gun into the hands of a child. YOU may be good enough to be disciplined enough to keep the rules of your types in your head when programming with Ruby, but are all of the programmers on your team equally gifted? Are all of the programmers that will follow you so gifted?
I think David Buck's latest post explains what's at stake quite nicely. To my mind, it's all about just how much productivity you are willing to sacrifice in the name of presumed safety.

Comments
[Vincent Foley] October 5, 2005 8:39:21.348
That's just talk. Dynamic language usage will continue to grow, regardless of what this guy thinks; the boosts in productivity will make sure of that. If a powerful language is a dangerous tools, I find it hard to explain the plethora of software written in the C language, which is definitly more dangerous than Ruby.
presumed productivity
[Isaac Gouy] October 5, 2005 14:40:45.073
"it's all about just how much productivity you are willing to sacrifice in the name of presumed safety"
It's all about presumption: presumed productivity, presumed safety, presumed cause (static/dynamic whatever we presume that means).
A decade ago Richard Gabriel reined in his presumptions
Vincent That's just talk
Saying "the boosts in productivity will make sure of that" is just talk!
David Buck's latest post is just talk!
There's no attempt to show that X really is more productive than Y for some task Z (let alone demonstrate that the presumed productivity results from absence of explicit type declarations rather than presence of higher level constructs or IDE functionality or reusable frameworks).
hard to explain... C language, which is definitly more dangerous
It's simple enough: YOU may be good enough to be disciplined enough to keep the rules of your C in your head... A C programmer might say 'C provides power that most people just can't handle' or 'it's all about just how much programmer freedom you are willing to sacrifice in the name of presumed safety' - programmer ego trumps program quality.
Your own comment shows you
[ James Robertson] October 5, 2005 15:06:52.485
Comment by James Robertson
Isaac - a 30% productivity loss by moving to C++ is significant all by itself. Try reading what you write.
Try being respectful to people you disagree with
[Isaac Gouy] October 5, 2005 16:14:21.360
James Try reading what you write
Insulting other people just makes you look bad.
As VW product manager I had hoped you might understand that there are many many C++ projects and only a few Smalltalk projects, and the goal is to increase the number of Smalltalk projects.
The problem has always been that a 30% productivity gain isn't enough to promote change from C++ to Smalltalk, because that gain is swallowed by initial training and the reduced productivity of Smalltalk novices compared to C++ experts.
Enough not to switch
[ James Robertson] October 5, 2005 17:44:22.456
Comment by James Robertson
My point there was that a 30% productivity drop demonstrates that the move from Lisp to C++ was a mistake.
unknowns
[Isaac Gouy] October 5, 2005 20:00:45.516
James a mistake
From the quotation we do not know
- that there was a switch from Lisp to C++
- the motivation for using C++
As the reason for using C++ is unknown, claiming it was a mistake is just more baseless presumption.Baseless assumption?
[ Michael Lucas-Smith] October 5, 2005 23:53:17.537
Comment by Michael Lucas-Smith
Isaac it isn't a baseless assumption. It's an opinion.
opinion based on assumption
[Isaac Gouy] October 6, 2005 10:56:10.378
Michael, I'm unsure what particularly you are referring to by "it". I am sure that the grounds for an opinion can be baseless assumption.
But...
[ James Robertson] October 6, 2005 11:56:42.220
Comment by James Robertson
Apparently, only other people's opinions can be based on baseless assumptions.
please be specific
[Isaac Gouy] October 6, 2005 14:30:30.447
James, please move beyond ad-hominem innuendo and make a specific criticism.
Hmmm
[ James Robertson] October 6, 2005 15:20:40.326
Comment by James Robertson
I seem to recall that it was my opinion that was labeled a "baseless assumption".
specifically
[Isaac Gouy] October 6, 2005 18:12:29.130
"a 30% productivity drop demonstrates that the move from Lisp to C++ was a mistake"
What basis do you have for your opinion that the project moved from Lisp to C++?
What basis do you have for your opinion that "a 30% productivity drop demonstrates that... was a mistake" (Do you know whether the project goals were achieved?)
Difference of opinion
[ James Robertson] October 6, 2005 18:19:43.495
Comment by James Robertson
Seeing as how 30% is significant, IMHO, I call the migration a mistake. That's what's called an opinion. Yours differs, but that doesn't make mine baseless. It makes it different
difference of fact
[Isaac Gouy] October 7, 2005 11:36:33.469
but that doesn't make mine baseless
This isn't about a difference of opinion about a project, it's about being able to show what an opinion is based on - it's about being able to show that an opinion is based on information rather than assumption.
You've given an opinion about a project.
I've repeatedly claimed that the snippet of information about the project isn't enough to support that opinion, and repeatedly challenged you to show the connection between that opinion and the information - so far, you have not tried to show a connection.
If your opinion is based on the quoted information then you will have no difficulty pointing out where Richard Gabriel states that the project migrated from Lisp to C++, and where he states that the project was a failure (or would have been more successful if Lisp had been used instead of C++).
Sigh
[ James Robertson] October 7, 2005 12:46:07.334
Comment by James Robertson
Which part of "30% less productive" is hard for you to follow?
What project??
[ David Buck] October 7, 2005 12:55:48.077
Comment by David Buck
Richard Gabriel didn't talk about any migration. He talked about working with a team of LISP developers learning C++.There didn't seem to be a migration discussed (unless I missed it).
Here's a quote:
that project
[Isaac Gouy] October 7, 2005 17:43:35.042
James Which part of "30% less productive" is hard for you to follow?
Richard Gabriel gave an estimate that the productivity advantage of Lisp/CLOS over C/C++ was 30% - so far so good - whether that is significant is another matter (see October 05, 2005 16:14:21 EDT)
James My point there was that a 30% productivity drop demonstrates that the move from Lisp to C++ was a mistake.
There was no project migration from Lisp to C++ he's writing about Lisp programmers who were offered work on a C++ project.
As there was no move, "the move" cannot have been "a mistake".
Baseless assumptions: "the move" and 'the mistake'.
[jbm] October 7, 2005 22:03:58.134
The real mistake was the company trying to jump on the C++ bandwagon and build a C++ development environment. Maybe they weren't doing so well with Lisp at AI winter time, but they burned up the capital trying to build what couldn't be built (a lisp machine in C++ for C++)
Presumptions
[George Paci] October 8, 2005 22:12:46.528
Well, if we introduce a single anecdote and try to extract broad meaning from it, we're definitely going to involve a bunch of presumptions.
Gabriel was starting with a team that already knew Lisp and CLOS. There's a big presumption I'm surprised everybody missed above: the presumption that that's anything close to a typical team.
I know for sure that my knowledge of other (less painful) languages has made me a better C++ developer. Perhaps, in the most extreme case, the team in question figured out a way to get around the annoying static type-checking, in which case the anecdote (which is still not the singular of data) is completely irrelevant.
In short, James should really never have brought up the Gabriel anecdote, since it doesn't shed much light on things unless you make some very questionable presumptions. Oh, wait....