473,407 Members | 2,312 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,407 software developers and data experts.

Dynamic languages

I've been reading an article published in E-Week entitled "Microsoft
Lures Open-Source Programmer", which contains a definition for dynamic
languages as follows:

"Dynamic programming languages enable programs to change their
structure as they run."

I wonder if this definition is correct.
Can we define dynamic languages this way?

http://www.eweek.com/article2/0,1759,1636906,00.asp
Jul 18 '05 #1
11 1845

"Neuruss" <lu****@gmx.net> wrote in message
news:27*************************@posting.google.co m...
I've been reading an article published in E-Week entitled "Microsoft
Lures Open-Source Programmer", which contains a definition for dynamic
languages as follows:

"Dynamic programming languages enable programs to change their
structure as they run."

I wonder if this definition is correct.
Can we define dynamic languages this way?

http://www.eweek.com/article2/0,1759,1636906,00.asp


I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

They probably are referring to programs that can add and remove components
during runtime.

Tom
Jul 18 '05 #2
"Tom B." <sb******@commspeed.net> wrote in message news:<10***************@news.commspeed.net>...
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

They probably are referring to programs that can add and remove components
during runtime.


Dynamic refers to the typing of variables. In Python variables get a
type dynamically when assigned a value.
See also: http://www.artima.com/weblogs/viewpost.jsp?thread=4639
and several blog posting of Bruce Eckel on this subject:
http://www.mindview.net/WebLog/

Marcel.
Jul 18 '05 #3

"Marcel van den Dungen" <m_********@yahoo.com> wrote in message
news:98*************************@posting.google.co m...
"Tom B." <sb******@commspeed.net> wrote in message

news:<10***************@news.commspeed.net>...
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

They probably are referring to programs that can add and remove components during runtime.


Dynamic refers to the typing of variables. In Python variables get a
type dynamically when assigned a value.
See also: http://www.artima.com/weblogs/viewpost.jsp?thread=4639
and several blog posting of Bruce Eckel on this subject:
http://www.mindview.net/WebLog/

Marcel.


Those languages are called dynamically typed languages, this implies that
there is a statically typed language, which there is.
All languages are dynamic, this slang is bad computer science. There is no
such thing as a static computer language.

Tom
Jul 18 '05 #4
Tom B. wrote:
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

During my "education" at my school of unfortunate choice I had to learn
the script of the damned... sorry, COBOL. I learned that it has indeed
gone through some developments in the past years ie COBOL now is object
oriented COBOL.

It *should* be dead though, but companies don't want to develope any new
systems. So, they fund a programming program at some local college at
"suggest" that they include it so that they have a work force availible
to make changes to there system.

That of course doesn't mean that this certain company's COBOL programmer
lasts on average < 6 months. Which certainly is the case. Quite
frankly I don't know how they last so long.
Jul 18 '05 #5

"Reid Nichol" <rn*********@yahoo.com> wrote in message
news:rc******************@news1.mts.net...
Tom B. wrote:
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

During my "education" at my school of unfortunate choice I had to learn
the script of the damned... sorry, COBOL. I learned that it has indeed
gone through some developments in the past years ie COBOL now is object
oriented COBOL.

It *should* be dead though, but companies don't want to develope any new
systems. So, they fund a programming program at some local college at
"suggest" that they include it so that they have a work force availible
to make changes to there system.

That of course doesn't mean that this certain company's COBOL programmer
lasts on average < 6 months. Which certainly is the case. Quite
frankly I don't know how they last so long.


I figured that I wouldn't be able to find any truly dead computer
language. I met a technician at U of Minnesota Physics department who
collected PDP11's and programmed only in fourth. When I asked him why he
replied, 'If I don't do it who will'.

Tom
Jul 18 '05 #6
Marcel van den Dungen wrote:
"Tom B." <sb******@commspeed.net> wrote in message news:<10***************@news.commspeed.net>...
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

They probably are referring to programs that can add and remove components
during runtime.

Dynamic refers to the typing of variables. In Python variables get a
type dynamically when assigned a value.
See also: http://www.artima.com/weblogs/viewpost.jsp?thread=4639
and several blog posting of Bruce Eckel on this subject:
http://www.mindview.net/WebLog/


Personally, I think the definition can go a little further. In Python,
if you were so inclined, you could generate completely new functionality
through the use of exec and eval statements. This dynamic generation,
just not addition, of functionality at runtime I think is an important
aspect of dynamic languages.
Jul 18 '05 #7
Tom B. wrote:
"Marcel van den Dungen" <m_********@yahoo.com> wrote in message
news:98*************************@posting.google.co m...
"Tom B." <sb******@commspeed.net> wrote in message


news:<10***************@news.commspeed.net>...
I doubt that this is what they mean but a dynamic language is a language
that is still evolving (Python) as opposed to a dead language (COBOL).

They probably are referring to programs that can add and remove
components
during runtime.


Dynamic refers to the typing of variables. In Python variables get a
type dynamically when assigned a value.
See also: http://www.artima.com/weblogs/viewpost.jsp?thread=4639
and several blog posting of Bruce Eckel on this subject:
http://www.mindview.net/WebLog/

Marcel.

Those languages are called dynamically typed languages, this implies that
there is a statically typed language, which there is.
All languages are dynamic, this slang is bad computer science. There is no
such thing as a static computer language.


I respectively disagree. The difference between static and dynamic is an
important one. There are things I can do in Python that are synatically
impossible in C or C++ simply due to their absence of a native eval().
Jul 18 '05 #8
Quoth m_********@yahoo.com (Marcel van den Dungen):
....
| Dynamic refers to the typing of variables. In Python variables get a
| type dynamically when assigned a value.
| See also: http://www.artima.com/weblogs/viewpost.jsp?thread=4639
| and several blog posting of Bruce Eckel on this subject:
| http://www.mindview.net/WebLog/

I imagine they may actually have been looking at some version of
this: http://www.fact-index.com/d/dy/dynam..._language.html
which goes beyond static vs. dynamic typing in the sense they
ordinarily seem to be used. I'm not sure they really put their
finger on the main problem in the way of a Python compiler, but
whatever.

Donn Cave, do**@drizzle.com
Jul 18 '05 #9

I was actually trying to make a point about semantics in that the terms
'dynamic' and 'static' are too generic. In computer science it is the custom
(but not always) to name a process as accurately as possible and use
acronyms. This way a Dynamically Typed Language becomes DTL and a
Dynamically Run Language becomes DRL, insuring that Python remains superior
in more way than one.

Tom
Jul 18 '05 #10
Neuruss wrote:
I've been reading an article published in E-Week entitled "Microsoft
Lures Open-Source Programmer", which contains a definition for dynamic
languages as follows:

"Dynamic programming languages enable programs to change their
structure as they run."

I wonder if this definition is correct.
Can we define dynamic languages this way?

http://www.eweek.com/article2/0,1759,1636906,00.asp


Well, look at the source - it's journalism, and it's not meant to be
strictly accurate, merely sufficiently informative for the
mostly-uninformed.

I don't imagine e-Week would be interested in printing a retraction
should you find agreement on a definition in this group (which I suspect
is rather unlikely).

regards
Steve
Jul 18 '05 #11
Neuruss wrote:
"Dynamic programming languages enable programs to change their
structure as they run."

I wonder if this definition is correct.
Can we define dynamic languages this way?

http://www.eweek.com/article2/0,1759,1636906,00.asp


As Steve Holden points out, in effect, "sure we can", if we're
journalists.

But another point I haven't seen raised is that one can
certainly say that a dynamic programming language is one
that, like Python, allows an object to have new attributes
or methods added (or old ones removed) on-the-fly. That
certainly should fit the definition of "changing their
structure", by anyone's measure, and it doesn't involve
confusing the issue with "dynamic typing", which is not
necessarily the same thing.

-Peter
Jul 18 '05 #12

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

Similar topics

0
by: Roel Wuyts | last post by:
CALL FOR CONTRIBUTIONS International Workshop on Revival of Dynamic Languages http://pico.vub.ac.be/~wdmeuter/RDL04/index.html (at OOPSLA2004, Vancouver, British Columbia, Canada, October...
3
by: Stephen Gennard | last post by:
Hello, I having a problem dynamically invoking a static method that takes a reference to a SByte*. If I do it directly it works just fine. Anyone any ideas why? I have include a example...
15
by: Nak | last post by:
Hi there, Is it possible to load a web service dynamically? i.e. If the web service were to exist on a system with a non static IP address, an application could download a "locator" file that...
0
by: Pascal Costanza | last post by:
Dynamic Languages Day @ Vrije Universiteit Brussel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Monday, February 13, 2006, VUB Campus Etterbeek The VUB (Programming Technology Lab,...
0
by: alexandre.bergel | last post by:
Dear colleges, You might want to consider Dyla'07 as a good venue to present your work and your favourite programming language. Regards, Alexandre ...
28
by: sturlamolden | last post by:
On Monday Microsoft announced a new runtime for dynamic languages, which they call "DLR". It sits on top of the conventional .NET runtime (CLR) and provides services for dynamically typed...
0
by: Alexandre Bergel | last post by:
Dear colleague, Please, note that after the workshop, best papers will be selected, and a second deadline will then be set regarding preparation of the Electronic Communications of the...
5
by: bearophileHUGS | last post by:
I often use Python to write small programs, in the range of 50-500 lines of code. For example to process some bioinformatics data, perform some data munging, to apply a randomized optimization...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...

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.