Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Wed, 27 Aug 2003
Dynamic explorations
Jon's post today captures one of Patrick's comments that I mostly agreed with:
[00:42] |
[computers/programming] |
# |
TB |
F |
G |
1 Comments |
It *is* about how dynamic linking and binding works in a system. But how that works is intimately associated with the language design.That's how I was tempted to respond yesterday. It usually is, but not always -- think of dlopen(3). Perhaps Don is thinking that the VM environment can help in ways that are usually the province of the language. Then Jon goes on to amplify Patrick's point about interactive environments:
As programming increasingly relies on external services and alien environments, it becomes as much a game of exploration and discovery as of design and specification. I think dynamic languages and interactive programming environments help make us better explorers and discoverers, and I think that's only going to matter more as time goes on.It is very nice to be able to probe the system and test out ideas without the overhead of writing a new class, compiling it, etc. I have yet to experience an environment for a static language that is as usable in this way as a system designed with a REP loop in mind.
I have yet to experience an environment for a static language that is as usable in this way as a system designed with a REP loop in mind.
<b>
Try CAML or PolyML
Posted by Alex Peake at Wed Aug 27 07:49:01 2003
<b>
Try CAML or PolyML
Posted by Alex Peake at Wed Aug 27 07:49:01 2003
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk