473,388 Members | 1,188 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.

Getting the word to conventional programmers

*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.
Jul 18 '05 #1
12 1174
Cameron Laird wrote:
*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.


Which, sadly, doesn't seem to work with Firefox here,
though IE shows it fine. :-(
Jul 18 '05 #2
Peter Hansen schrieb:
Cameron Laird wrote:
*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.

Which, sadly, doesn't seem to work with Firefox here,
though IE shows it fine. :-(


Mozilla 1.7.3 shows it fine, too. FF bug or config issue?

--
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------
Jul 18 '05 #3
Peter Maas wrote:
Peter Hansen schrieb:
Cameron Laird wrote:
*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.


Which, sadly, doesn't seem to work with Firefox here,
though IE shows it fine. :-(

Mozilla 1.7.3 shows it fine, too. FF bug or config issue?

FF didn't show it to me earlier, but it seems to work now.
Jul 18 '05 #4
On Tue, 22 Mar 2005 13:49:15 +0100, Peter Maas <pe***@somewhere.com>
declaimed the following in comp.lang.python:
Peter Hansen schrieb:
Which, sadly, doesn't seem to work with Firefox here,
though IE shows it fine. :-(


Mozilla 1.7.3 shows it fine, too. FF bug or config issue?


Came up on my system, from "About":

Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050225
Firefox/1.0.1
-- ================================================== ============ <
wl*****@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
wu******@dm.net | Bestiaria Support Staff <
================================================== ============ <
Home Page: <http://www.dm.net/~wulfraed/> <
Overflow Page: <http://wlfraed.home.netcom.com/> <

Jul 18 '05 #5
Jeff Schwab wrote:
Peter Maas wrote:
Peter Hansen schrieb:
Cameron Laird wrote:
*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.

Which, sadly, doesn't seem to work with Firefox here,
though IE shows it fine. :-(


Mozilla 1.7.3 shows it fine, too. FF bug or config issue?


FF didn't show it to me earlier, but it seems to work now.


Thanks for the tip, Jeff. It is now working for me as well,
with zero changes to my setup. Odd....

-Peter
Jul 18 '05 #6
Hey, Jeff Hobbs got the last word. ;-)

Jul 18 '05 #7
Advocates of languages and programming methodologies sometimes compare
the current version of their favorite language to an old version of
their disfavored language, resulting in skewed comparisons. For
example, Conway writes

"Interpreted languages do two things much better than compiled
languages.

Firstly, they provide more sophisticated programming tools and support
for more advanced programming techniques. For example, Perl provides
hashed look-up tables and arbitrary-length arrays as core data types. C
doesn't even have a proper string type. Likewise, Perl's data sorting
facilities are integrated into the language, so the sorting criteria
are directly programmable.

Having all the basic tools of programming (i.e. high-level data types
and common algorithms) built into the language, rather than having to
build them yourself, means that you need to write less code to solve a
given problem."

I think most of the advanced programming techniques he mentions are
part of the C++ Standard Library.

Jul 18 '05 #8
That was a great article. I really enjoyed it. We need more like it.

Robert

Jul 18 '05 #9

Cameron Laird wrote:
*DevSource* profiles "The State of the Scripting Universe" in
<URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.


It would have been nice to put in a blurb for some of the cool stuff
planned for 8.5. That way people could see that things are *happening*
in the Tcl world and Tcl is moving forward language wise.

That doesn't take away from the article though. It was just a thought.

Robert

Jul 18 '05 #10
In article <11**********************@f14g2000cwb.googlegroups .com>,
<si*****@gmail.com> wrote:
Jul 18 '05 #11

Cameron Laird wrote:
In article <11**********************@f14g2000cwb.googlegroups .com>,
<si*****@gmail.com> wrote:
.
.
.
It would have been nice to put in a blurb for some of the cool stuff
planned for 8.5. That way people could see that things are *happening*in the Tcl world and Tcl is moving forward language wise.

That doesn't take away from the article though. It was just a
thought. .
.
.
Robert, though "just a thought", I want to say a few words in response: you're wrong. Or, you're ambiguous: I think you're saying, "To appro- priately infect readers with the enthusiasm for Tcl that you (and I)
think they deserve to have, it is necessary to anticipate the objection that Tcl is 'dormant' and convince them otherwise."

Here's the problem: a magazine needs to be written for its readers,
rather than its authors or any other actors (from a business stand-
point, content ultimately is designed to serve advertisers, but that
rather dreary reality is a distraction we'll ignore for now). Lynn's
job was to profile the languages. To keep her scope manageable, she
did not address the cultures of the different languages. As I under-
stand her thoughts, she doesn't try to help the languages, but rather
help the readers.

It feels as though I'm hitting this tack of a point with a too-heavy
sledgehammer. I sure don't want to offend you, Robert; I *do* want
to take the opportunity to distinguish the different motivations afoot here. While I think you already understand this, I'll make it explicit: Lynn deserves our encouragement for her openness to ideas like use of
scripting languages, not our censure for failing to go far enough.


The size of you hammer was okay with me. It takes a lot to offend me
and having delt with people from this group I know that most of the
stuff is constructive in nature anyway. : )

I did take the opportunity to submit the overall article to OSNews with
an extra link to the Tcl article.

Robert

Jul 18 '05 #12
In article <11**********************@o13g2000cwo.googlegroups .com>,
<be*******@aol.com> wrote:
Advocates of languages and programming methodologies sometimes compare
the current version of their favorite language to an old version of
their disfavored language, resulting in skewed comparisons. For
example, Conway writes

"Interpreted languages do two things much better than compiled
languages.

Firstly, they provide more sophisticated programming tools and support
for more advanced programming techniques. For example, Perl provides
hashed look-up tables and arbitrary-length arrays as core data types. C
doesn't even have a proper string type. Likewise, Perl's data sorting
facilities are integrated into the language, so the sorting criteria
are directly programmable.

Having all the basic tools of programming (i.e. high-level data types
and common algorithms) built into the language, rather than having to
build them yourself, means that you need to write less code to solve a
given problem."

I think most of the advanced programming techniques he mentions are
part of the C++ Standard Library.


In principle, yes--and that's certainly how C++ fans typically
feel. Frankly, Perl (and Python ...) implementations remain
more polished and mature than what the STL and allies offer.
I agree in general that people often say, "I like Y in year N
better than I liked X in year N-6, therefore Y is better than
N." Damian's not particularly prone to that error, though,
and I think, in the case at hand, C++ really *does* continue
to lag.
Jul 18 '05 #13

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

Similar topics

7
by: Chris | last post by:
<apologies for cross-posting> Hi All, I am based in the UK and have been doing some private work for a client which involved setting up a database and scripts to search it and display results...
5
by: Cameron Laird | last post by:
*DevSource* profiles "The State of the Scripting Universe" in <URL: http://www.devsource.com/article2/0,1759,1778141,00.asp >.
1
by: David Thielen | last post by:
When we sat down to design a new generation of J2EE-based reporting tools, we naturally assumed that somewhere along the line we’d have to make compromises to satisfy both the technical staff and...
27
by: Richard Blewett [DevelopMentor] | last post by:
I've just seen on Eric Gunnerson's blog that C# is getting Edit and Continue in Whidbey. That will please alot of people - although me, I have mixed feelings about it ;-) ...
0
by: Doru Pacurari | last post by:
Hello everyone, Background information: OS: Win 2000 Server Development environment: Microsoft C++ .NET, version 7.1.3088, BUT code written in conventional C++ Problem:
32
by: paul | last post by:
HI! I keep on getting this error and I have tried different things but I am not sure how to send the expiring date. The error that I am getting in Firefox 1.5 is "Error: expires.toGMTString is...
41
by: Jim | last post by:
Hi guys, I have an object which represents an "item" in a CMS "component" where an "item" in the most basic form just a field, and a "component" is effectively a table. "item" objects can be...
3
by: JohnGos | last post by:
Since around 10th May (a couple of days after the recent IE autoupdate), a web application which has worked without problem for several years has developed intermittent problems with data posted from...
0
by: Allen Maki | last post by:
I would be pleased if someone gives me a general idea; how I am going to do this. I am using visual C++ .NET 2003. I made a simple program using conventional C++ code. This program accepts...
4
bugboy
by: bugboy | last post by:
I'm inserting a new word into table 'w' and a definition into table 'c' which are linked in table 's' which is the relation table for the many to many relationship between 'w' and 'c'. I've been...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
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...
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.